|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.asnlab.asndt.runtime.conv.BufferOptions
public class BufferOptions
The BufferOptions
class hold default
buffer size options to tune the performace of encoding/decoding.
The BUF_SIZE
and BUF_INC
are used by stream orient encoding.
Field Summary | |
---|---|
static int |
BUF_INC
The default buffer increment size, in bytes |
static int |
BUF_SIZE
The default buffer size, in bytes |
Constructor Summary | |
---|---|
BufferOptions()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int BUF_SIZE
public static int BUF_INC
Constructor Detail |
---|
public BufferOptions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |