C# 클래스 fNbt.NbtBinaryWriter

BinaryWriter wrapper that writes NBT primitives to a stream, while taking care of endianness and string encoding, and counting bytes written.
파일 보기 프로젝트 열기: fragmer/fNbt 1 사용 예제들

공개 메소드들

메소드 설명
NbtBinaryWriter ( [ input, bool bigEndian ) : System
Write ( NbtTagType value ) : void
Write ( [ value ) : void
Write ( byte value ) : void
Write ( byte data, int offset, int count ) : void
Write ( double value ) : void
Write ( float value ) : void
Write ( int value ) : void
Write ( long value ) : void
Write ( short value ) : void

메소드 상세

NbtBinaryWriter() 공개 메소드

public NbtBinaryWriter ( [ input, bool bigEndian ) : System
input [
bigEndian bool
리턴 System

Write() 공개 메소드

public Write ( NbtTagType value ) : void
value NbtTagType
리턴 void

Write() 공개 메소드

public Write ( [ value ) : void
value [
리턴 void

Write() 공개 메소드

public Write ( byte value ) : void
value byte
리턴 void

Write() 공개 메소드

public Write ( byte data, int offset, int count ) : void
data byte
offset int
count int
리턴 void

Write() 공개 메소드

public Write ( double value ) : void
value double
리턴 void

Write() 공개 메소드

public Write ( float value ) : void
value float
리턴 void

Write() 공개 메소드

public Write ( int value ) : void
value int
리턴 void

Write() 공개 메소드

public Write ( long value ) : void
value long
리턴 void

Write() 공개 메소드

public Write ( short value ) : void
value short
리턴 void