Class PersistStream

All Implemented Interfaces:
DataInput, DataOutput, ObjectInput, ObjectOutput, AutoCloseable

public class PersistStream extends SerializeStream
  • Constructor Details

    • PersistStream

      public PersistStream()
    • PersistStream

      public PersistStream(int capacity)
    • PersistStream

      public PersistStream(byte[] array)
    • PersistStream

      public PersistStream(long address, long length)
  • Method Details