C# Class IPod.EndianBinaryWriter

Inheritance: System.IO.BinaryWriter
Afficher le fichier Open project: mono/ipod-sharp

Méthodes publiques

Méthode Description
EndianBinaryWriter ( Stream stream, bool isbe ) : System
Write ( int val ) : void
Write ( long val ) : void
Write ( short val ) : void
Write ( uint val ) : void
Write ( ushort val ) : void

Method Details

EndianBinaryWriter() public méthode

public EndianBinaryWriter ( Stream stream, bool isbe ) : System
stream Stream
isbe bool
Résultat System

Write() public méthode

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

Write() public méthode

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

Write() public méthode

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

Write() public méthode

public Write ( uint val ) : void
val uint
Résultat void

Write() public méthode

public Write ( ushort val ) : void
val ushort
Résultat void