public class ByteNotFoundException extends BufferException
| Constructor and Description |
|---|
ByteNotFoundException(byte... bytes) |
ByteNotFoundException(byte b) |
ByteNotFoundException(int maxBytes,
byte... bytes) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getByte()
The byte that the user search for but we couldn't find.
|
byte[] |
getBytes()
The bytes that the user search for but we couldn't find.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2021. All Rights Reserved.