Ignore:
Timestamp:
Dec 7, 2007, 12:21:58 AM (17 years ago)
Author:
イグトランス (egtra)
Message:

FileStream非同期読み書きの修正、例外処理の追加。

File:
1 edited

Legend:

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

    r388 r391  
    7070    End Function
    7171
    72     Abstract Function Seek(offset As Int64, origin As SeekOrigin) As Long
     72    Abstract Function Seek(offset As Int64, origin As SeekOrigin) As Int64
    7373    Abstract Sub SetLength(value As Int64)
    7474    Abstract Sub Write(buffer As *Byte, offset As Long, count As Long)
Note: See TracChangeset for help on using the changeset viewer.