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.
|
getFileName
getBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getRepNodeImplArray, getStringArray, getVLSN, wireFormat
allocateInitializedBuffer, match, toString
public Protocol.FileInfoReq(java.lang.String fileName, boolean needSHA1)
public Protocol.FileInfoReq(java.nio.ByteBuffer buffer)
public BinaryProtocol.MessageOp getOp()
getOp
in class Protocol.FileReq
public java.nio.ByteBuffer wireFormat()
BinaryProtocol.Message
wireFormat
in interface BinaryProtocol.WireFormatable
wireFormat
in class Protocol.FileReq
public boolean getNeedSHA1()
Copyright (c) 2004-2012 Oracle. All rights reserved.