Searched refs:m_pBytes (Results 1 – 1 of 1) sorted by relevance
45 byte m_pBytes[]; field in BorderedStream52 m_pBytes = new byte[m_nMaxSize]; in BorderedStream()82 if ( m_pBytes != null && nBytesToRead > 0 ) in readBytes()90 aData[0][nInd] = m_pBytes[m_nCurPos+nInd]; in readBytes()146 if ( m_pBytes != null && aData.length > 0 ) in writeBytes()152 m_pBytes[m_nCurPos+nInd] = aData[nInd]; in writeBytes()
Completed in 15 milliseconds