Uses of Class
com.hierynomus.protocol.commons.buffer.Buffer.PlainBuffer
-
Packages that use Buffer.PlainBuffer Package Description com.hierynomus.msfscc.fileinformation com.hierynomus.ntlm.messages com.hierynomus.smbj.io -
-
Uses of Buffer.PlainBuffer in com.hierynomus.msfscc.fileinformation
Fields in com.hierynomus.msfscc.fileinformation declared as Buffer.PlainBuffer Modifier and Type Field Description private Buffer.PlainBuffer
FileInformationFactory.FileInfoIterator. buffer
Methods in com.hierynomus.msfscc.fileinformation with parameters of type Buffer.PlainBuffer Modifier and Type Method Description static VolumeInfo
VolumeInfo. parseFileFsVolumeInformation(Buffer.PlainBuffer buffer)
Parses the volume information from a given buffer [MS-SMB2] 2.2.38 SMB2 QUERY_INFO Response, SMB2_0_INFO_FILESYSTEM/FileFsVolumeInformationstatic ShareInfo
ShareInfo. parseFsFullSizeInformation(Buffer.PlainBuffer response)
[MS-SMB2] 2.2.38 SMB2 QUERY_INFO Response, SMB2_0_INFO_FILESYSTEM/FileFsFullSizeInformation -
Uses of Buffer.PlainBuffer in com.hierynomus.ntlm.messages
Methods in com.hierynomus.ntlm.messages with parameters of type Buffer.PlainBuffer Modifier and Type Method Description void
NtlmChallenge. read(Buffer.PlainBuffer buffer)
void
NtlmPacket. read(Buffer.PlainBuffer buffer)
TargetInfo
TargetInfo. readFrom(Buffer.PlainBuffer buffer)
(package private) WindowsVersion
WindowsVersion. readFrom(Buffer.PlainBuffer buffer)
private void
NtlmChallenge. readTargetInfo(Buffer.PlainBuffer buffer)
private void
NtlmChallenge. readTargetInfoFields(Buffer.PlainBuffer buffer)
private void
NtlmChallenge. readTargetName(Buffer.PlainBuffer buffer)
private void
NtlmChallenge. readTargetNameFields(Buffer.PlainBuffer buffer)
private void
NtlmChallenge. readVersion(Buffer.PlainBuffer buffer)
void
NtlmAuthenticate. write(Buffer.PlainBuffer buffer)
void
NtlmNegotiate. write(Buffer.PlainBuffer buffer)
void
NtlmPacket. write(Buffer.PlainBuffer buffer)
(package private) static int
Utils. writeOffsettedByteArrayFields(Buffer.PlainBuffer buffer, byte[] bytes, int offset)
void
TargetInfo. writeTo(Buffer.PlainBuffer buffer)
(package private) void
WindowsVersion. writeTo(Buffer.PlainBuffer buffer)
-
Uses of Buffer.PlainBuffer in com.hierynomus.smbj.io
Fields in com.hierynomus.smbj.io with type parameters of type Buffer.PlainBuffer Modifier and Type Field Description private Buffer<Buffer.PlainBuffer>
CachingByteChunkProvider. buffer
-