onbon.bx06.file
Class BxFile.Binary

java.lang.Object
  extended by onbon.bx06.file.BxFile.Binary
Enclosing interface:
BxFile

public static class BxFile.Binary
extends Object

位元组资讯。

Author:
ONBON

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

fileName

public final String fileName

fileType

public final onbon.bx06.message.common.FileType fileType

full

public final byte[] full
完整数据。


crc

public final byte[] crc
CRC 值。


pair

public final BxFile.Binary pair
Constructor Detail

BxFile.Binary

public BxFile.Binary(String fileName,
                     onbon.bx06.message.common.FileType fileType,
                     byte[] data,
                     byte[] crc)
建构子。

Parameters:
fileName - BX 文件参考。
fileType - 文件種類。
data - 完整数据。
crc - CRC 值。

BxFile.Binary

public BxFile.Binary(String fileName,
                     onbon.bx06.message.common.FileType fileType,
                     byte[] data,
                     byte[] crc,
                     BxFile.Binary pair)
建构子。

Parameters:
fileName - BX 文件参考。
fileType - 文件種類。
data - 完整数据。
crc - CRC 值。
pair - 配對資料。
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2020 onbon. All rights reserved.