C# Class Cyotek.Data.Nbt.StreamExtensions

ファイルを表示 Open project: cyotek/Cyotek.Data.Nbt

Public Methods

Method Description
IsDeflateCompressed ( this stream ) : bool
IsGzipCompressed ( this stream ) : bool
PeekNextByte ( this stream ) : int

Method Details

IsDeflateCompressed() public static method

public static IsDeflateCompressed ( this stream ) : bool
stream this
return bool

IsGzipCompressed() public static method

public static IsGzipCompressed ( this stream ) : bool
stream this
return bool

PeekNextByte() public static method

public static PeekNextByte ( this stream ) : int
stream this
return int