C# Class fNbt.NbtBinaryWriter

BinaryWriter wrapper that writes NBT primitives to a stream, while taking care of endianness and string encoding, and counting bytes written.
Afficher le fichier Open project: fragmer/fNbt Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

NbtBinaryWriter() public méthode

public NbtBinaryWriter ( [ input, bool bigEndian ) : System
input [
bigEndian bool
Résultat System

Write() public méthode

public Write ( NbtTagType value ) : void
value NbtTagType
Résultat void

Write() public méthode

public Write ( [ value ) : void
value [
Résultat void

Write() public méthode

public Write ( byte value ) : void
value byte
Résultat void

Write() public méthode

public Write ( byte data, int offset, int count ) : void
data byte
offset int
count int
Résultat void

Write() public méthode

public Write ( double value ) : void
value double
Résultat void

Write() public méthode

public Write ( float value ) : void
value float
Résultat void

Write() public méthode

public Write ( int value ) : void
value int
Résultat void

Write() public méthode

public Write ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( short value ) : void
value short
Résultat void