public class SepFile extends java.lang.Object implements Sendable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private byte[] |
file |
private static long |
serialVersionUID |
Constructor and Description |
---|
SepFile(byte[] file) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getFile() |
java.lang.Class |
getType() |
void |
setFile(byte[] file) |
private static final long serialVersionUID
private byte[] file