Class ByteArrayOutputStreamAccessor

java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
org.wpilib.gradlerio.deploy.systemcore.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()