Package ghidra.app.util.bin
Class ByteProviderInputStream
- java.lang.Object
-
- java.io.InputStream
-
- ghidra.app.util.bin.ByteProviderInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class ByteProviderInputStream extends java.io.InputStream
-
-
Constructor Summary
Constructors Constructor Description ByteProviderInputStream(ByteProvider provider, long offset, long length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
-
-
-
Constructor Detail
-
ByteProviderInputStream
public ByteProviderInputStream(ByteProvider provider, long offset, long length)
-
-