| 484 | } |
| 485 | |
| 486 | unsigned DataPacket::getBytestreamBufferLength( unsigned bytestreamNumber ) |
| 487 | { |
| 488 | //??? for now: |
| 489 | unsigned byteCount; |
| 490 | getBytestream( bytestreamNumber, byteCount ); |
| 491 | return ( byteCount ); |
| 492 | } |
| 493 | |
| 494 | #ifdef E57_ENABLE_DIAGNOSTIC_OUTPUT |
| 495 | void DataPacket::dump( int indent, std::ostream &os ) const |
no outgoing calls
no test coverage detected