readBytes fix

This commit is contained in:
SaschaNaz
2015-05-22 00:50:44 +09:00
parent 2e904baa7f
commit c5a17104d4
+2 -2
View File
@@ -9268,7 +9268,7 @@ declare module Windows {
unconsumedBufferLength: number;
unicodeEncoding: Windows.Storage.Streams.UnicodeEncoding;
readByte(): number;
readBytes(): Uint8Array;
readBytes(value: Uint8Array): void;
readBuffer(length: number): Windows.Storage.Streams.IBuffer;
readBoolean(): boolean;
readGuid(): string;
@@ -9297,7 +9297,7 @@ declare module Windows {
unconsumedBufferLength: number;
unicodeEncoding: Windows.Storage.Streams.UnicodeEncoding;
readByte(): number;
readBytes(): Uint8Array;
readBytes(value: Uint8Array): void;
readBuffer(length: number): Windows.Storage.Streams.IBuffer;
readBoolean(): boolean;
readGuid(): string;