Class ByteArrayOutputStreamAccessor

java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
edu.wpi.first.gradlerio.deploy.roborio.ByteArrayOutputStreamAccessor
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ByteArrayOutputStreamAccessor extends ByteArrayOutputStream
  • Constructor Details

    • ByteArrayOutputStreamAccessor

      public ByteArrayOutputStreamAccessor()
  • Method Details

    • getBackingArray

      public byte[] getBackingArray()
    • getBackingLength

      public int getBackingLength()