| 113 | } |
| 114 | |
| 115 | U32 ResizeFilterStream::getStreamSize() |
| 116 | { |
| 117 | AssertFatal(m_pStream != NULL, "Error, stream not attached"); |
| 118 | |
| 119 | return m_streamLen; |
| 120 | } |
| 121 | |
| 122 | bool ResizeFilterStream::_read(const U32 in_numBytes, void* out_pBuffer) |
| 123 | { |
no outgoing calls
no test coverage detected