public class FileEndOfFileInformation extends Object implements FileInformation, Encodable
FILE_BASIC_INFO, FILE_ENDOFFILE_INFO, FILE_INTERNAL_INFO, FILE_RENAME_INFO, FILE_STANDARD_INFO| Constructor and Description |
|---|
FileEndOfFileInformation() |
FileEndOfFileInformation(long eofOfFile) |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(byte[] buffer,
int bufferIndex,
int len) |
int |
encode(byte[] dst,
int dstIndex) |
byte |
getFileInformationLevel() |
int |
size() |
String |
toString() |
public FileEndOfFileInformation()
public FileEndOfFileInformation(long eofOfFile)
eofOfFile - public byte getFileInformationLevel()
getFileInformationLevel in interface FileInformationFileInformation.getFileInformationLevel()public int decode(byte[] buffer,
int bufferIndex,
int len)
throws SMBProtocolDecodingException
decode in interface DecodableSMBProtocolDecodingExceptionDecodable.decode(byte[], int, int)public int size()
size in interface EncodableEncodable.size()public int encode(byte[] dst,
int dstIndex)
encode in interface EncodableEncodable.encode(byte[], int)public String toString()
toString in class ObjectObject.toString()Copyright © 2021. All rights reserved.