This class is a pure virtual class, defining an interface for classes that can read their contents from a BZFILE pointer. More...
#include <DwmBZ2Readable.hh>

Public Member Functions | |
| virtual int | BZRead (BZFILE *bzf)=0 |
| Read from a BZFILE pointer. More... | |
This class is a pure virtual class, defining an interface for classes that can read their contents from a BZFILE pointer.
|
pure virtual |
Read from a BZFILE pointer.
Should return the number of bytes read on success (-1 on failure?)
Implemented in Dwm::Patricia< KeyType, ValueType, KeyEqual >, Dwm::Ipv4Routes< _valueT >, Dwm::Ipv4Address, Dwm::Ipv4Prefix, Dwm::Ipv4PacketHeader, Dwm::Ipv4TcpHeader, Dwm::Ipv4UdpHeader, Dwm::TimeInterval, Dwm::TimeValue, Dwm::TimeValue64, Dwm::Ipv4TcpPacket, Dwm::Ipv6Address, Dwm::Ipv4UdpPacket, Dwm::Ipv6Prefix, Dwm::MplsLabel, Dwm::MacAddress, and Dwm::MplsLabelStack.