public class StreamEntry extends Object implements Serializable
| Constructor and Description |
|---|
StreamEntry(byte[] bytes) |
StreamEntry(byte[] bytes,
int off,
int len) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
int |
getLen() |
int |
getOff() |
void |
setBytes(byte[] bytes) |
void |
setLen(int len) |
void |
setOff(int off) |
String |
toString() |
Copyright © 2025. All rights reserved.