Interface EncodingAccessor<E>

Type Parameters:
E - The type of the encoding.
All Known Subinterfaces:
EncodingAccessor.EncodingProperty<E>

public interface EncodingAccessor<E>
Provides an accessor for a encoding property.
  • Method Details

    • getEncoding

      E getEncoding()
      Retrieves the encoding from the encoding property.
      Returns:
      The encoding stored by the encoding property.