Lines Matching refs:pBytes

51 										byte[] pBytes )  in WriteBytesToStream()  argument
73 xOutput.writeBytes( pBytes ); in WriteBytesToStream()
105 if ( nSize != pBytes.length ) in WriteBytesToStream()
123 byte[] pBytes ) in WriteBytesToSubstreamDefaultCompressed() argument
163 xOutput.writeBytes( pBytes ); in WriteBytesToSubstreamDefaultCompressed()
195 if ( nSize != pBytes.length ) in WriteBytesToSubstreamDefaultCompressed()
218 byte[] pBytes ) in WriteBytesToSubstream() argument
238 if ( !WriteBytesToStream( xSubStream, sStreamName, sMediaType, bCompressed, pBytes ) ) in WriteBytesToSubstream()
252 byte[] pBytes, in WriteBytesToEncrSubstream() argument
273 if ( !WriteBytesToStream( xSubStream, sStreamName, sMediaType, bCompressed, pBytes ) ) in WriteBytesToEncrSubstream()
287 byte[] pBytes, in WBToSubstrOfEncr() argument
327 if ( !WriteBytesToStream( xSubStream, sStreamName, sMediaType, bCompressed, pBytes ) ) in WBToSubstrOfEncr()
341 byte[] pBytes, in WriteBytesToStreamH() argument
370 if ( !WriteBytesToStream( xSubStream, sStreamPath, sMediaType, bCompressed, pBytes ) ) in WriteBytesToStreamH()
403 byte[] pBytes, in WriteBytesToEncrStreamH() argument
435 if ( !WriteBytesToStream( xSubStream, sStreamPath, sMediaType, bCompressed, pBytes ) ) in WriteBytesToEncrStreamH()
468 byte[] pBytes, in WBToSubstrOfEncrH() argument
517 if ( !WriteBytesToStream( xSubStream, sStreamPath, sMediaType, bCompressed, pBytes ) ) in WBToSubstrOfEncrH()
772 byte[] pBytes, in InternalCheckStream() argument
788 xInput.readBytes( pContents, pBytes.length + 1 ); in InternalCheckStream()
803 if ( pBytes.length != pContents[0].length ) in InternalCheckStream()
805 …+ sName + "' contains wrong amount of data! (" + pContents[0].length + "/" + pBytes.length + ")" ); in InternalCheckStream()
810 for ( int ind = 0; ind < pBytes.length; ind++ ) in InternalCheckStream()
812 if ( pBytes[ind] != pContents[0][ind] ) in InternalCheckStream()
815 + ind + " should be " + pBytes[ind] + " but it is " + pContents[0][ind] + ")" ); in InternalCheckStream()
842 if ( nPropSize != pBytes.length ) in InternalCheckStream()
871 byte[] pBytes ) in checkStream() argument
891 boolean bResult = InternalCheckStream( xSubStream, sName, sMediaType, bCompressed, pBytes, true ); in checkStream()
903 byte[] pBytes, in checkEncrStream() argument
959 boolean bResult = InternalCheckStream( xSubStream, sName, sMediaType, true, pBytes, false ); in checkEncrStream()
972 byte[] pBytes ) in checkStreamH() argument
1000 boolean bResult = InternalCheckStream( xSubStream, sPath, sMediaType, bCompressed, pBytes, true ); in checkStreamH()
1012 byte[] pBytes, in checkEncrStreamH() argument
1077 boolean bResult = InternalCheckStream( xSubStream, sPath, sMediaType, true, pBytes, false ); in checkEncrStreamH()