Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

B

binaryIndex(byte[], byte[]) - Static method in class com.dkfqs.tools.lib.Utils
Get the index of a binary pattern within binary data.
binaryIndex(byte[], byte[], int) - Static method in class com.dkfqs.tools.lib.Utils
Search inside binary data for a fragment of data, starting at a specific offset.
BufferedByteCountInputStream - Class in com.dkfqs.tools.lib
A buffered input stream which counts the number of bytes read.
BufferedByteCountInputStream(InputStream) - Constructor for class com.dkfqs.tools.lib.BufferedByteCountInputStream
Create a new instance with a default buffer size.
BufferedByteCountInputStream(InputStream, int) - Constructor for class com.dkfqs.tools.lib.BufferedByteCountInputStream
Create a new instance with a specific buffer size.
BufferedByteCountInputStreamCallbackInterface - Interface in com.dkfqs.tools.lib
The BufferedByteCountInputStream callback interface which is called when data has read from the stream.
BufferedByteCountOutputStream - Class in com.dkfqs.tools.lib
A buffered output stream which counts the number of written bytes.
BufferedByteCountOutputStream(OutputStream) - Constructor for class com.dkfqs.tools.lib.BufferedByteCountOutputStream
Create a new instance with a default buffer size.
BufferedByteCountOutputStream(OutputStream, int) - Constructor for class com.dkfqs.tools.lib.BufferedByteCountOutputStream
Create a new instance with a specific buffer size.
BufferedByteCountOutputStreamCallbackInterface - Interface in com.dkfqs.tools.lib
The BufferedByteCountOutputStream callback interface which is called when data has written to the stream.
ByteArrayClassLoader - Class in com.dkfqs.tools.lib
A class loader that dynamically converts byte arrays to java classes at runtime.
ByteArrayClassLoader(ClassLoader) - Constructor for class com.dkfqs.tools.lib.ByteArrayClassLoader
Create a new instance of this class loader.
bytesToHex(byte[]) - Static method in class com.dkfqs.tools.lib.Utils
Convert a byte array to a hex string.
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links