C# Class ZfsSharp.NvListBinaryReader

Inheritance: System.IO.BinaryReader
Exibir arquivo Open project: AustinWise/ZfsSharp

Public Methods

Method Description
NvListBinaryReader ( Stream s ) : System.IO
NvListBinaryReader ( Stream s, Encoding enc ) : System.IO
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadString ( ) : string
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint
ReadUInt64 ( ) : ulong

Method Details

NvListBinaryReader() public method

public NvListBinaryReader ( Stream s ) : System.IO
s System.IO.Stream
return System.IO

NvListBinaryReader() public method

public NvListBinaryReader ( Stream s, Encoding enc ) : System.IO
s System.IO.Stream
enc System.Text.Encoding
return System.IO

ReadInt16() public method

public ReadInt16 ( ) : short
return short

ReadInt32() public method

public ReadInt32 ( ) : int
return int

ReadInt64() public method

public ReadInt64 ( ) : long
return long

ReadString() public method

public ReadString ( ) : string
return string

ReadUInt16() public method

public ReadUInt16 ( ) : ushort
return ushort

ReadUInt32() public method

public ReadUInt32 ( ) : uint
return uint

ReadUInt64() public method

public ReadUInt64 ( ) : ulong
return ulong