public class Protocol.FileEnd extends Protocol.FileInfoResp
fileLength, fileName, lastModifiedTime
Constructor and Description |
---|
Protocol.FileEnd(java.nio.ByteBuffer buffer) |
Protocol.FileEnd(java.lang.String fileName,
long fileLength,
long lastModifiedTime,
byte[] digestSHA1) |
Modifier and Type | Method and Description |
---|---|
BinaryProtocol.MessageOp |
getOp() |
java.nio.ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
getDigestSHA1
getFileLength, getLastModifiedTime
getBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getRepNodeImplArray, getStringArray, getVLSN, wireFormat
allocateInitializedBuffer, match, toString
public Protocol.FileEnd(java.lang.String fileName, long fileLength, long lastModifiedTime, byte[] digestSHA1)
public Protocol.FileEnd(java.nio.ByteBuffer buffer)
public BinaryProtocol.MessageOp getOp()
getOp
in class Protocol.FileInfoResp
public java.nio.ByteBuffer wireFormat()
BinaryProtocol.Message
wireFormat
in interface BinaryProtocol.WireFormatable
wireFormat
in class Protocol.FileInfoResp
Copyright (c) 2004-2012 Oracle. All rights reserved.