Class UnsyncByteArrayInputStream

java.lang.Object
java.io.InputStream
com.intellij.util.io.UnsyncByteArrayInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class UnsyncByteArrayInputStream extends InputStream
  • Field Details

    • myBuffer

      protected final byte[] myBuffer
  • Constructor Details

    • UnsyncByteArrayInputStream

      public UnsyncByteArrayInputStream(@NotNull @org.jetbrains.annotations.NotNull byte[] buf)
    • UnsyncByteArrayInputStream

      public UnsyncByteArrayInputStream(@NotNull @org.jetbrains.annotations.NotNull byte[] buf, int offset, int length)
  • Method Details