Class StringValue

java.lang.Object
com.drew.metadata.StringValue

@Deprecated(since="2024-11-20") public final class StringValue extends Object
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
  • Constructor Details

    • StringValue

      public StringValue(byte[] bytes, Charset charset)
      Deprecated.
  • Method Details

    • getBytes

      public byte[] getBytes()
      Deprecated.
    • getCharset

      public Charset getCharset()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • toString

      public String toString(Charset charset)
      Deprecated.