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.PlainBufferFileInformationFactory.FileInfoIterator. bufferMethods in com.hierynomus.msfscc.fileinformation with parameters of type Buffer.PlainBuffer Modifier and Type Method Description static VolumeInfoVolumeInfo. 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 ShareInfoShareInfo. 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 voidNtlmChallenge. read(Buffer.PlainBuffer buffer)voidNtlmPacket. read(Buffer.PlainBuffer buffer)TargetInfoTargetInfo. readFrom(Buffer.PlainBuffer buffer)(package private) WindowsVersionWindowsVersion. readFrom(Buffer.PlainBuffer buffer)private voidNtlmChallenge. readTargetInfo(Buffer.PlainBuffer buffer)private voidNtlmChallenge. readTargetInfoFields(Buffer.PlainBuffer buffer)private voidNtlmChallenge. readTargetName(Buffer.PlainBuffer buffer)private voidNtlmChallenge. readTargetNameFields(Buffer.PlainBuffer buffer)private voidNtlmChallenge. readVersion(Buffer.PlainBuffer buffer)voidNtlmAuthenticate. write(Buffer.PlainBuffer buffer)voidNtlmNegotiate. write(Buffer.PlainBuffer buffer)voidNtlmPacket. write(Buffer.PlainBuffer buffer)(package private) static intUtils. writeOffsettedByteArrayFields(Buffer.PlainBuffer buffer, byte[] bytes, int offset)voidTargetInfo. writeTo(Buffer.PlainBuffer buffer)(package private) voidWindowsVersion. 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
-