C# 클래스 Windows.Storage.Streams.DataWriter

상속: IDataWriter, IClosable
파일 보기 프로젝트 열기: ermau/WinRT.NET 1 사용 예제들

공개 메소드들

메소드 설명
DataWriter ( IOutputStream outputStream ) : System
DetatchBuffer ( ) : Windows.Storage.Streams.IBuffer
DetatchStream ( ) : IOutputStream
MeasureString ( string value ) : uint
StoreAsync ( ) : DataWriterStoreOperation
WriteBoolean ( bool value ) : void
WriteBuffer ( Windows.Storage.Streams.IBuffer value ) : void
WriteBuffer ( Windows.Storage.Streams.IBuffer value, uint start, uint count ) : void
WriteByte ( byte value ) : void
WriteBytes ( byte value ) : void
WriteDateTime ( DateTimeOffset value ) : void
WriteDouble ( double value ) : void
WriteGuid ( System.Guid value ) : void
WriteInt16 ( short value ) : void
WriteInt32 ( int value ) : void
WriteInt64 ( long value ) : void
WriteSingle ( float value ) : void
WriteString ( string value ) : void
WriteTimeSpan ( TimeSpan value ) : void
WriteUInt16 ( ushort value ) : void
WriteUInt32 ( ushort value ) : void
WriteUInt64 ( ulong value ) : void

메소드 상세

DataWriter() 공개 메소드

public DataWriter ( IOutputStream outputStream ) : System
outputStream IOutputStream
리턴 System

DetatchBuffer() 공개 메소드

public DetatchBuffer ( ) : Windows.Storage.Streams.IBuffer
리턴 Windows.Storage.Streams.IBuffer

DetatchStream() 공개 메소드

public DetatchStream ( ) : IOutputStream
리턴 IOutputStream

MeasureString() 공개 메소드

public MeasureString ( string value ) : uint
value string
리턴 uint

StoreAsync() 공개 메소드

public StoreAsync ( ) : DataWriterStoreOperation
리턴 DataWriterStoreOperation

WriteBoolean() 공개 메소드

public WriteBoolean ( bool value ) : void
value bool
리턴 void

WriteBuffer() 공개 메소드

public WriteBuffer ( Windows.Storage.Streams.IBuffer value ) : void
value Windows.Storage.Streams.IBuffer
리턴 void

WriteBuffer() 공개 메소드

public WriteBuffer ( Windows.Storage.Streams.IBuffer value, uint start, uint count ) : void
value Windows.Storage.Streams.IBuffer
start uint
count uint
리턴 void

WriteByte() 공개 메소드

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

WriteBytes() 공개 메소드

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

WriteDateTime() 공개 메소드

public WriteDateTime ( DateTimeOffset value ) : void
value DateTimeOffset
리턴 void

WriteDouble() 공개 메소드

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

WriteGuid() 공개 메소드

public WriteGuid ( System.Guid value ) : void
value System.Guid
리턴 void

WriteInt16() 공개 메소드

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

WriteInt32() 공개 메소드

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

WriteInt64() 공개 메소드

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

WriteSingle() 공개 메소드

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

WriteString() 공개 메소드

public WriteString ( string value ) : void
value string
리턴 void

WriteTimeSpan() 공개 메소드

public WriteTimeSpan ( TimeSpan value ) : void
value TimeSpan
리턴 void

WriteUInt16() 공개 메소드

public WriteUInt16 ( ushort value ) : void
value ushort
리턴 void

WriteUInt32() 공개 메소드

public WriteUInt32 ( ushort value ) : void
value ushort
리턴 void

WriteUInt64() 공개 메소드

public WriteUInt64 ( ulong value ) : void
value ulong
리턴 void