Interface AbstractByteArrayOutputStream.InputStreamConstructor<T extends java.io.InputStream>

    • Method Detail

      • construct

        T construct​(byte[] buffer,
                    int offset,
                    int length)
        Constructs an InputStream subclass.
        Parameters:
        buffer - the buffer.
        offset - the offset into the buffer.
        length - the length of the buffer.
        Returns:
        the InputStream subclass.