org.pentaho.reporting.libraries.fonts.encoding

Class CodePointStream

public class CodePointStream extends Object

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
CodePointStream(CodePointBuffer buffer, int increment)
Method Summary
voidclose()
voidput(int b)
voidput(int[] b)

Constructor Detail

CodePointStream

public CodePointStream(CodePointBuffer buffer, int increment)

Method Detail

close

public void close()

put

public void put(int b)

put

public void put(int[] b)