Class MCByteStream

All Implemented Interfaces:
MCDataOutput

public class MCByteStream extends MCDataOutputStream
An MCDataOutput implementation that provides a byte array of the data received.

Created by covers1624 on 4/16/20.

  • Constructor Details

  • Method Details

    • getBytes

      public byte[] getBytes()
      Get the data buffered.
      Returns:
      The bytes.