Home
last modified time | relevance | path

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

/aoo4110/main/package/source/zipapi/
H A DXUnbufferedStream.cxx197 Sequence< sal_Int8 > aPureData( nToRead ); in readBytes() local
199 nRead = mxZipStream->readBytes ( aPureData, nToRead ); in readBytes()
202 aPureData.realloc( nRead ); in readBytes()
204 maCRC.update( aPureData ); in readBytes()
208 sal_Int8* pPureBuffer = aPureData.getArray(); in readBytes()

Completed in 13 milliseconds