Class CodePointStream
java.lang.Object
org.pentaho.reporting.libraries.fonts.encoding.CodePointStream
This is a wrapper around a byte buffer to allows streaming operations. This preserves my sanity, as managing arrays
with irregular encodings is hell.
- Author:
- Thomas Morgner
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CodePointStream
-
-
Method Details
-
put
public void put(int b) -
put
public void put(int[] b) -
close
public void close()
-