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.
|
Copyright © 2014. All Rights Reserved.