Interface CompositeByteArrayRelativeWriter.Flusher

Enclosing class:
CompositeByteArrayRelativeWriter

public static interface CompositeByteArrayRelativeWriter.Flusher
An object that knows how to flush a ByteArray.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Flush a byte array
  • Method Details

    • flush

      void flush(ByteArray ba)
      Flush a byte array
      Parameters:
      ba - The byte array to flush