Class ByteArrayOutputStream


  • public final class ByteArrayOutputStream
    extends Stream
    • Constructor Detail

      • ByteArrayOutputStream

        public ByteArrayOutputStream()
    • Method Detail

      • _getFilePosition

        protected long _getFilePosition()
        Description copied from class: Stream
        Returns a (non-negative) file position integer or a negative value if the position cannot be determined.
        Overrides:
        _getFilePosition in class Stream
        Returns:
        non-negative value as a position spec
      • getByteArray

        public byte[] getByteArray()