Package com.voytechs.jnetstream.io.meta

Provides an API for accessing original capture file headers and record information as META data.

See:
          Description

Interface Summary
CaptureMetaFormat Interface that specifies how to retrieve META information from a capture session.
 

Class Summary
CaptureMetaEnumerator This is a support object to help enumerate META data received from parsing Capture files using NPL parser such as RawformatInputStream.
MetaValue META value.
 

Package com.voytechs.jnetstream.io.meta Description

Provides an API for accessing original capture file headers and record information as META data.

Using the io.meta API you can access the origianal capture information that is normally ommited and not accessible using PacketInputStream API. This API is used by the IO package to copy contents of the headers from one stream to another. Can also be used to users to look up advanced information normally not present with the PacketInputStream API.