public class Protocol.FileEnd extends Protocol.FileInfoResp
fileLength, fileName, lastModifiedTime| Constructor and Description |
|---|
FileEnd(ByteBuffer buffer) |
FileEnd(String fileName,
long fileLength,
long lastModifiedTime,
byte[] digestSHA1) |
| Modifier and Type | Method and Description |
|---|---|
BinaryProtocol.MessageOp |
getOp() |
ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
getDigestSHA1getFileLength, getLastModifiedTimegetBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getStringArray, getVLSN, putByteArray, putWireFormat, wireFormat, wireFormatSizeallocateInitializedBuffer, match, toStringpublic FileEnd(String fileName, long fileLength, long lastModifiedTime, byte[] digestSHA1)
public FileEnd(ByteBuffer buffer)
public BinaryProtocol.MessageOp getOp()
getOp in class Protocol.FileInfoResppublic ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in class Protocol.FileInfoRespCopyright © 2024. All rights reserved.