C# 클래스 IPod.EndianBinaryWriter

상속: System.IO.BinaryWriter
파일 보기 프로젝트 열기: mono/ipod-sharp

공개 메소드들

메소드 설명
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

메소드 상세

EndianBinaryWriter() 공개 메소드

public EndianBinaryWriter ( Stream stream, bool isbe ) : System
stream Stream
isbe bool
리턴 System

Write() 공개 메소드

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

Write() 공개 메소드

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

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( uint val ) : void
val uint
리턴 void

Write() 공개 메소드

public Write ( ushort val ) : void
val ushort
리턴 void