C# Class Windows.Storage.Streams.DataWriter

Inheritance: IDataWriter, IClosable
Afficher le fichier Open project: ermau/WinRT.NET Class Usage Examples

Méthodes publiques

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

Method Details

DataWriter() public méthode

public DataWriter ( IOutputStream outputStream ) : System
outputStream IOutputStream
Résultat System

DetatchBuffer() public méthode

public DetatchBuffer ( ) : Windows.Storage.Streams.IBuffer
Résultat Windows.Storage.Streams.IBuffer

DetatchStream() public méthode

public DetatchStream ( ) : IOutputStream
Résultat IOutputStream

MeasureString() public méthode

public MeasureString ( string value ) : uint
value string
Résultat uint

StoreAsync() public méthode

public StoreAsync ( ) : DataWriterStoreOperation
Résultat DataWriterStoreOperation

WriteBoolean() public méthode

public WriteBoolean ( bool value ) : void
value bool
Résultat void

WriteBuffer() public méthode

public WriteBuffer ( Windows.Storage.Streams.IBuffer value ) : void
value Windows.Storage.Streams.IBuffer
Résultat void

WriteBuffer() public méthode

public WriteBuffer ( Windows.Storage.Streams.IBuffer value, uint start, uint count ) : void
value Windows.Storage.Streams.IBuffer
start uint
count uint
Résultat void

WriteByte() public méthode

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

WriteBytes() public méthode

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

WriteDateTime() public méthode

public WriteDateTime ( DateTimeOffset value ) : void
value DateTimeOffset
Résultat void

WriteDouble() public méthode

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

WriteGuid() public méthode

public WriteGuid ( System.Guid value ) : void
value System.Guid
Résultat void

WriteInt16() public méthode

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

WriteInt32() public méthode

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

WriteInt64() public méthode

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

WriteSingle() public méthode

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

WriteString() public méthode

public WriteString ( string value ) : void
value string
Résultat void

WriteTimeSpan() public méthode

public WriteTimeSpan ( TimeSpan value ) : void
value TimeSpan
Résultat void

WriteUInt16() public méthode

public WriteUInt16 ( ushort value ) : void
value ushort
Résultat void

WriteUInt32() public méthode

public WriteUInt32 ( ushort value ) : void
value ushort
Résultat void

WriteUInt64() public méthode

public WriteUInt64 ( ulong value ) : void
value ulong
Résultat void