Home | History | Annotate | Download | only in base

Lines Matching full:stream

58   // Adjust the position from where data is read.  Upon success, the stream
64 // Returns the number of bytes available to read from the current stream
68 // Call this method to read data from the current stream position. Up to
81 // destroy or close the file stream while there is an asynchronous read in
84 // This method should not be called if the stream was opened WRITE_ONLY.
96 // Call this method to write data at the current stream position. Up to
109 // destroy or close the file stream while there is an asynchronous write in
112 // This method should not be called if the stream was opened READ_ONLY.
118 // files. After truncation the file stream is positioned at |bytes|. The new
131 // This method should not be called if the stream was opened READ_ONLY.