Class ByteArrayOutputStream


public final class ByteArrayOutputStream extends Stream
  • Constructor Details

    • ByteArrayOutputStream

      public ByteArrayOutputStream()
  • Method Details

    • typeOf

      public LispObject typeOf()
      Overrides:
      typeOf in class Stream
    • classOf

      public LispObject classOf()
      Overrides:
      classOf in class Stream
    • typep

      public LispObject typep(LispObject type)
      Overrides:
      typep in class Stream
    • _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()