|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectonbon.bx06.file.BxFile.Binary
public static class BxFile.Binary
位元组资讯。
Field Summary | |
---|---|
byte[] |
crc
CRC 值。 |
String |
fileName
|
onbon.bx06.message.common.FileType |
fileType
|
byte[] |
full
完整数据。 |
BxFile.Binary |
pair
|
Constructor Summary | |
---|---|
BxFile.Binary(String fileName,
onbon.bx06.message.common.FileType fileType,
byte[] data,
byte[] crc)
建构子。 |
|
BxFile.Binary(String fileName,
onbon.bx06.message.common.FileType fileType,
byte[] data,
byte[] crc,
BxFile.Binary pair)
建构子。 |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final String fileName
public final onbon.bx06.message.common.FileType fileType
public final byte[] full
public final byte[] crc
public final BxFile.Binary pair
Constructor Detail |
---|
public BxFile.Binary(String fileName, onbon.bx06.message.common.FileType fileType, byte[] data, byte[] crc)
fileName
- BX 文件参考。fileType
- 文件種類。data
- 完整数据。crc
- CRC 值。public BxFile.Binary(String fileName, onbon.bx06.message.common.FileType fileType, byte[] data, byte[] crc, BxFile.Binary pair)
fileName
- BX 文件参考。fileType
- 文件種類。data
- 完整数据。crc
- CRC 值。pair
- 配對資料。Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |