Searched refs:BUFFERSIZE (Results 1 – 3 of 3) sorted by relevance
49 private final static int BUFFERSIZE = 1024; field in OfficeZip105 byte bytes[] = new byte[BUFFERSIZE]; in read()
358 static const int BUFFERSIZE = 0x100000; in CopyFile() local359 boost::shared_ptr<char> aScopedBuffer( new char[BUFFERSIZE] ); in CopyFile()367 const size_t nBytesRead = fread( buf, 1, BUFFERSIZE, IN_FILE ); in CopyFile()
58 private final static int BUFFERSIZE = 1024; field in OfficeZip104 byte buffer[] = new byte[BUFFERSIZE]; in read()
Completed in 31 milliseconds