Package org.asnlab.asndt.runtime.conv
Class BufferOptions
java.lang.Object
org.asnlab.asndt.runtime.conv.BufferOptions
The
BufferOptions
class hold default
buffer size options to tune the performance of encoding/decoding.
The BUF_SIZE
and BUF_INC
are used by stream orient encoding.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BUF_SIZE
public static int BUF_SIZEThe default buffer size, in bytes -
BUF_INC
public static int BUF_INCThe default buffer increment size, in bytes
-
-
Constructor Details
-
BufferOptions
public BufferOptions()
-