?? AbstractByteArrayOutputStream.InputStreamConstructor<T extends InputStream>

????:
T - the type of the InputStream.
???:
AbstractByteArrayOutputStream
????:
????????, ????? lambda ??????????????

Constructor for an InputStream subclass.
  • ????

    ??????
    ??
    ??
    construct(byte[] buf, int offset, int length)
    Construct an InputStream subclass.
  • ??????

    • construct

      T construct(byte[] buf, int offset, int length)
      Construct an InputStream subclass.
      ??:
      buf - the buffer
      offset - the offset into the buffer
      length - the length of the buffer
      ??:
      the InputStream subclass.