public class Protocol.FileInfoReq extends Protocol.FileReq
fileName| Constructor and Description |
|---|
Protocol.FileInfoReq(java.nio.ByteBuffer buffer) |
Protocol.FileInfoReq(java.lang.String fileName,
boolean needSHA1) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getNeedSHA1() |
BinaryProtocol.MessageOp |
getOp() |
java.nio.ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
getFileNamegetBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getRepNodeImplArray, getStringArray, getVLSN, wireFormatallocateInitializedBuffer, match, toStringpublic Protocol.FileInfoReq(java.lang.String fileName,
boolean needSHA1)
public Protocol.FileInfoReq(java.nio.ByteBuffer buffer)
public BinaryProtocol.MessageOp getOp()
getOp in class Protocol.FileReqpublic java.nio.ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in interface BinaryProtocol.WireFormatablewireFormat in class Protocol.FileReqpublic boolean getNeedSHA1()
Copyright (c) 2004-2012 Oracle. All rights reserved.