Class FSTOutputStream

java.lang.Object
java.io.OutputStream
org.nustaq.serialization.util.FSTOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public final class FSTOutputStream extends OutputStream
Created with IntelliJ IDEA. User: ruedi Date: 19.11.12 Time: 10:00 To change this template use File | Settings | File Templates.
  • Field Details

    • buf

      public byte[] buf
      The buffer where data is stored.
    • pos

      public int pos
      The number of valid bytes in the buffer.
  • Constructor Details

    • FSTOutputStream

      public FSTOutputStream(OutputStream out)
    • FSTOutputStream

      public FSTOutputStream(int size, OutputStream out)
  • Method Details