C# Class IPod.EndianBinaryWriter

Inheritance: System.IO.BinaryWriter
Show file Open project: mono/ipod-sharp

Public Methods

Method 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 method

public EndianBinaryWriter ( Stream stream, bool isbe ) : System
stream Stream
isbe bool
return System

Write() public method

public Write ( int val ) : void
val int
return void

Write() public method

public Write ( long val ) : void
val long
return void

Write() public method

public Write ( short val ) : void
val short
return void

Write() public method

public Write ( uint val ) : void
val uint
return void

Write() public method

public Write ( ushort val ) : void
val ushort
return void