C# 클래스 Cyotek.Data.Nbt.StreamExtensions

파일 보기 프로젝트 열기: cyotek/Cyotek.Data.Nbt

공개 메소드들

메소드 설명
IsDeflateCompressed ( this stream ) : bool
IsGzipCompressed ( this stream ) : bool
PeekNextByte ( this stream ) : int

메소드 상세

IsDeflateCompressed() 공개 정적인 메소드

public static IsDeflateCompressed ( this stream ) : bool
stream this
리턴 bool

IsGzipCompressed() 공개 정적인 메소드

public static IsGzipCompressed ( this stream ) : bool
stream this
리턴 bool

PeekNextByte() 공개 정적인 메소드

public static PeekNextByte ( this stream ) : int
stream this
리턴 int