Home | History | Annotate | Download | only in io

Lines Matching defs:FileInputStream

78 FileInputStream::FileInputStream(int file_descriptor, int block_size)
83 FileInputStream::~FileInputStream() {}
85 bool FileInputStream::Close() {
89 bool FileInputStream::Next(const void** data, int* size) {
93 void FileInputStream::BackUp(int count) {
97 bool FileInputStream::Skip(int count) {
101 int64 FileInputStream::ByteCount() const {
105 FileInputStream::CopyingFileInputStream::CopyingFileInputStream(
114 FileInputStream::CopyingFileInputStream::~CopyingFileInputStream() {
122 bool FileInputStream::CopyingFileInputStream::Close() {
137 int FileInputStream::CopyingFileInputStream::Read(void* buffer, int size) {
153 int FileInputStream::CopyingFileInputStream::Skip(int count) {