org.asnlab.asndt.runtime.conv
Class BufferOptions

java.lang.Object
  extended by org.asnlab.asndt.runtime.conv.BufferOptions

public class BufferOptions
extends java.lang.Object

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

BUF_SIZE

public static int BUF_SIZE
The default buffer size, in bytes


BUF_INC

public static int BUF_INC
The default buffer increment size, in bytes

Constructor Detail

BufferOptions

public BufferOptions()


Copyright �2009-2012 ASN Lab