Ignore:
Timestamp:
Feb 27, 2008, 1:04:59 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

StreamReaderの完成。StringReaderの追加。
Consoleの追加(現在入力関係の一部のみ)。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/Classes/System/IO/Stream.ab

    r391 r432  
    4848        Write(buffer,offset,count)
    4949    End Function
    50     Virtual Sub Close()
     50    Sub Close()
    5151        Dispose(True)
    5252    End Sub
    53     Virtual Sub Dispose()
     53    Sub Dispose()
    5454        Dispose(True)
    5555    End Sub
    56     Virtual Sub Dispose(disposing As Boolean):  End Sub
    5756    Virtual Function EndRead(ByRef asyncResult As System.IAsyncResult) As Long: End Function
    5857    Virtual Sub EndWrite(ByRef asyncResult As System.IAsyncResult): End Sub
     
    7877    End Sub
    7978Protected
    80     Virtual Function CreateWaitHandle() As System.Threading.WaitHandle: End Function
     79    Virtual Sub Dispose(disposing As Boolean)
     80    End Sub
     81    Virtual Function CreateWaitHandle() As System.Threading.WaitHandle
     82    End Function
    8183End Class
    8284
Note: See TracChangeset for help on using the changeset viewer.