Class MCByteStream

All Implemented Interfaces:
MCDataOutput

@Deprecated(forRemoval=true) public class MCByteStream extends MCDataOutputStream
Deprecated, for removal: This API element is subject to removal in a future version.
An MCDataOutput implementation that provides a byte array of the data received.

Created by covers1624 on 4/16/20.

  • Constructor Details

    • MCByteStream

      public MCByteStream()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • MCByteStream

      public MCByteStream(ByteArrayOutputStream bos)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getBytes

      public byte[] getBytes()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Get the data buffered.
      Returns:
      The bytes.