Class TByteArrayInputStream

All Implemented Interfaces:
TCloseable, TAutoCloseable

public class TByteArrayInputStream extends TInputStream
  • Field Details

    • buf

      protected byte[] buf
    • pos

      protected int pos
    • mark

      protected int mark
    • count

      protected int count
  • Constructor Details

    • TByteArrayInputStream

      public TByteArrayInputStream(byte[] buf, int offset, int length)
    • TByteArrayInputStream

      public TByteArrayInputStream(byte[] buf)
  • Method Details