public class Buffer extends java.lang.Object implements java.lang.Comparable<Buffer>, java.io.Serializable
| Constructor and Description |
|---|
Buffer(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
bytes() |
int |
compareTo(Buffer that) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
int |
size() |
java.io.InputStream |
stream() |