Uses of Class
org.pentaho.reporting.libraries.fonts.encoding.CodePointBuffer

Packages that use CodePointBuffer
org.pentaho.reporting.libraries.fonts.encoding   
org.pentaho.reporting.libraries.fonts.encoding.manual   
 

Uses of CodePointBuffer in org.pentaho.reporting.libraries.fonts.encoding
 

Methods in org.pentaho.reporting.libraries.fonts.encoding that return CodePointBuffer
 CodePointBuffer ExternalEncoding.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer EncodingCore.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer External8BitEncodingCore.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer ExternalEncoding.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 CodePointBuffer EncodingCore.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 CodePointBuffer External8BitEncodingCore.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 

Methods in org.pentaho.reporting.libraries.fonts.encoding with parameters of type CodePointBuffer
 CodePointBuffer ExternalEncoding.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer EncodingCore.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer External8BitEncodingCore.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer ExternalEncoding.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 CodePointBuffer EncodingCore.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 CodePointBuffer External8BitEncodingCore.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 ByteBuffer ExternalEncoding.encode(CodePointBuffer text, ByteBuffer buffer)
           
 ByteBuffer EncodingCore.encode(CodePointBuffer text, ByteBuffer buffer)
          Encode, but ignore errors.
 ByteBuffer External8BitEncodingCore.encode(CodePointBuffer text, ByteBuffer buffer)
          Encode, but ignore errors.
 ByteBuffer ExternalEncoding.encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)
           
 ByteBuffer EncodingCore.encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)
           
 ByteBuffer External8BitEncodingCore.encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)
           
 

Constructors in org.pentaho.reporting.libraries.fonts.encoding with parameters of type CodePointBuffer
CodePointStream(CodePointBuffer buffer, int increment)
           
 

Uses of CodePointBuffer in org.pentaho.reporting.libraries.fonts.encoding.manual
 

Methods in org.pentaho.reporting.libraries.fonts.encoding.manual that return CodePointBuffer
 CodePointBuffer Ascii.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer Iso8859_1.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer BuiltInJavaEncoding.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer Utf16LE.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer Ascii.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 CodePointBuffer Iso8859_1.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 CodePointBuffer BuiltInJavaEncoding.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 CodePointBuffer Utf16LE.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 CodePointBuffer Utf16LE.decode(char[] chars, int offset, int length, CodePointBuffer buffer)
           
 CodePointBuffer Utf16LE.decodeString(String text, CodePointBuffer buffer)
           
 

Methods in org.pentaho.reporting.libraries.fonts.encoding.manual with parameters of type CodePointBuffer
 CodePointBuffer Ascii.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer Iso8859_1.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer BuiltInJavaEncoding.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer Utf16LE.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer Ascii.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 CodePointBuffer Iso8859_1.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 CodePointBuffer BuiltInJavaEncoding.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 CodePointBuffer Utf16LE.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 CodePointBuffer Utf16LE.decode(char[] chars, int offset, int length, CodePointBuffer buffer)
           
 CodePointBuffer Utf16LE.decodeString(String text, CodePointBuffer buffer)
           
 ByteBuffer Ascii.encode(CodePointBuffer text, ByteBuffer buffer)
          Encode, but ignore errors.
 ByteBuffer Iso8859_1.encode(CodePointBuffer text, ByteBuffer buffer)
          Encode, but ignore errors.
 ByteBuffer BuiltInJavaEncoding.encode(CodePointBuffer text, ByteBuffer buffer)
          Encode, but ignore errors.
 ByteBuffer Utf16LE.encode(CodePointBuffer text, ByteBuffer buffer)
          Encode, but ignore errors.
 ByteBuffer Ascii.encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)
           
 ByteBuffer Iso8859_1.encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)
           
 ByteBuffer BuiltInJavaEncoding.encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)
           
 ByteBuffer Utf16LE.encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)
           
 String Utf16LE.encodeString(CodePointBuffer buffer)