Buffer.BufferException, Buffer.PlainBufferDEFAULT_SIZE, MAX_SIZE, rpos, wpos| Modifier and Type | Method | Description |
|---|---|---|
Buffer<SMBBuffer> |
putReserved(int length) |
Puts '0' bytes for reserved parts of messages/headers
|
Buffer<SMBBuffer> |
putReserved1() |
Shortcut method for putting 1 reserved byte in the buffer.
|
Buffer<SMBBuffer> |
putReserved2() |
Shortcut method for putting 2 reserved bytes in the buffer.
|
Buffer<SMBBuffer> |
putReserved4() |
Shortcut method for putting 4 reserved bytes in the buffer.
|
Buffer<SMBBuffer> |
putString(java.lang.String string) |
[MS-SMB2].pdf 2.2 Message Syntax
|
Buffer<SMBBuffer> |
putStringLengthUInt16(java.lang.String string) |
[MS-SMB2].pdf 2.2 Message Syntax
|
array, asInputStream, available, clear, compact, ensureAvailable, ensureCapacity, getCompactData, getNextPowerOf2, printHex, putBoolean, putBuffer, putByte, putLong, putLong, putNullTerminatedString, putRawBytes, putRawBytes, putString, putUInt16, putUInt16, putUInt24, putUInt24, putUInt32, putUInt32, putUInt64, putUInt64, readBoolean, readByte, readLong, readLong, readNullTerminatedString, readRawBytes, readRawBytes, readRawBytes, readString, readString, readUInt16, readUInt16, readUInt24, readUInt24, readUInt32, readUInt32, readUInt32AsInt, readUInt64, readUInt64, rpos, rpos, skip, toString, wpos, wpospublic Buffer<SMBBuffer> putReserved(int length)
length - The length of the reserved space.public Buffer<SMBBuffer> putReserved1()
public Buffer<SMBBuffer> putReserved2()
public Buffer<SMBBuffer> putReserved4()
public Buffer<SMBBuffer> putString(java.lang.String string)
string - The string value to write