| Stream {System.IO} | .NET clr documentation | 
            
# namespace System.IO
export class Stream extends MarshalByRefObject {
   CanRead: boolean;
   CanSeek: boolean;
   CanTimeout: boolean;
   CanWrite: boolean;
   Length: integer;
   Position: integer;
   ReadTimeout: integer;
   WriteTimeout: integer;
}