Uses of Class
ucar.unidata.util.ByteString.Concrete

Packages that use ByteString.Concrete
ucar.unidata.metdata Meteorological data classes. 
ucar.unidata.util General utilities. 
 

Uses of ByteString.Concrete in ucar.unidata.metdata
 

Constructors in ucar.unidata.metdata with parameters of type ByteString.Concrete
WMOHeader(ByteString.Concrete src, ByteString.TrSubString TTAA, byte ii, ByteString.SubString CCCC, Timestamp ts)
          Create a new WMOHeader
 

Uses of ByteString.Concrete in ucar.unidata.util
 

Subclasses of ByteString.Concrete in ucar.unidata.util
static class ByteString.SubString
          A ByteString implementation whose origin is offset in the underlying byte array and whose length is possibly less than the underlying byte array.
static class ByteString.TrSubString
          A ByteString implementation which which is zero based in the underlying byte array but whose length is possibly less than the underlying byte array.
 

Constructors in ucar.unidata.util with parameters of type ByteString.Concrete
ByteString.Concrete(ByteString.Concrete bs, boolean share)
          Copy constuctor.
ByteString.SubString(ByteString.Concrete bs, int origin, int length)
          _more_
ByteString.TrSubString(ByteString.Concrete bs, int length)
          _more_