Class BufferOptions

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

public class BufferOptions extends Object
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 Details

    • 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 Details

    • BufferOptions

      public BufferOptions()