public class Protocol.FileInfoReq extends Protocol.FileReq
fileName| Constructor and Description |
|---|
FileInfoReq(ByteBuffer buffer) |
FileInfoReq(String fileName,
boolean needSHA1) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getNeedSHA1() |
BinaryProtocol.MessageOp |
getOp() |
ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
getFileNamegetBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getStringArray, getVLSN, putByteArray, putWireFormat, wireFormat, wireFormatSizeallocateInitializedBuffer, match, toStringpublic FileInfoReq(String fileName, boolean needSHA1)
public FileInfoReq(ByteBuffer buffer)
public BinaryProtocol.MessageOp getOp()
getOp in class Protocol.FileReqpublic ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in class Protocol.FileReqpublic boolean getNeedSHA1()
Copyright © 2024. All rights reserved.