Home
last modified time | relevance | path

Searched refs:BUFFERSIZE (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/xmerge/source/palmtests/qa/comparator/
H A DOfficeZip.java49 private final static int BUFFERSIZE = 1024; field in OfficeZip
105 byte bytes[] = new byte[BUFFERSIZE]; in read()
/aoo4110/main/l10ntools/source/
H A Dexport2.cxx358 static const int BUFFERSIZE = 0x100000; in CopyFile() local
359 boost::shared_ptr<char> aScopedBuffer( new char[BUFFERSIZE] ); in CopyFile()
367 const size_t nBytesRead = fread( buf, 1, BUFFERSIZE, IN_FILE ); in CopyFile()
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DOfficeZip.java58 private final static int BUFFERSIZE = 1024; field in OfficeZip
104 byte buffer[] = new byte[BUFFERSIZE]; in read()

Completed in 25 milliseconds