C# Class Windows.Storage.Streams.DataReader

Inheritance: IDataReader, IClosable
显示文件 Open project: ermau/WinRT.NET Class Usage Examples

Public Methods

Method Description
DataReader ( IInputStream inputStream ) : System
DetachBuffer ( ) : Windows.Storage.Streams.IBuffer
DetatchStream ( ) : IInputStream
LoadAsync ( uint count ) : DataReaderLoadOperation
ReadBoolean ( ) : bool
ReadBuffer ( ) : Windows.Storage.Streams.IBuffer
ReadByte ( ) : byte
ReadBytes ( byte &value ) : void
ReadDateTime ( ) : DateTimeOffset
ReadDouble ( ) : double
ReadGuid ( ) : System.Guid
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadSingle ( ) : float
ReadString ( ) : string
ReadTimeSpan ( ) : TimeSpan
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint
ReadUInt64 ( ) : ulong

Method Details

DataReader() public method

public DataReader ( IInputStream inputStream ) : System
inputStream IInputStream
return System

DetachBuffer() public method

public DetachBuffer ( ) : Windows.Storage.Streams.IBuffer
return Windows.Storage.Streams.IBuffer

DetatchStream() public method

public DetatchStream ( ) : IInputStream
return IInputStream

LoadAsync() public method

public LoadAsync ( uint count ) : DataReaderLoadOperation
count uint
return DataReaderLoadOperation

ReadBoolean() public method

public ReadBoolean ( ) : bool
return bool

ReadBuffer() public method

public ReadBuffer ( ) : Windows.Storage.Streams.IBuffer
return Windows.Storage.Streams.IBuffer

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadBytes() public method

public ReadBytes ( byte &value ) : void
value byte
return void

ReadDateTime() public method

public ReadDateTime ( ) : DateTimeOffset
return DateTimeOffset

ReadDouble() public method

public ReadDouble ( ) : double
return double

ReadGuid() public method

public ReadGuid ( ) : System.Guid
return System.Guid

ReadInt16() public method

public ReadInt16 ( ) : short
return short

ReadInt32() public method

public ReadInt32 ( ) : int
return int

ReadInt64() public method

public ReadInt64 ( ) : long
return long

ReadSingle() public method

public ReadSingle ( ) : float
return float

ReadString() public method

public ReadString ( ) : string
return string

ReadTimeSpan() public method

public ReadTimeSpan ( ) : TimeSpan
return TimeSpan

ReadUInt16() public method

public ReadUInt16 ( ) : ushort
return ushort

ReadUInt32() public method

public ReadUInt32 ( ) : uint
return uint

ReadUInt64() public method

public ReadUInt64 ( ) : ulong
return ulong