Uses of Class
ucar.unidata.util.ByteString.Concrete
Packages that use ByteString.Concrete
Package
Description
Meteorological data classes.
General utilities.
-
Uses of ByteString.Concrete in ucar.unidata.metdata
Constructors in ucar.unidata.metdata with parameters of type ByteString.ConcreteModifierConstructorDescriptionWMOHeader
(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.utilModifier and TypeClassDescriptionstatic class
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
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.ConcreteModifierConstructorDescriptionprotected
Concrete
(ByteString.Concrete bs, boolean share) Copy constuctor.SubString
(ByteString.Concrete bs, int origin, int length) _more_TrSubString
(ByteString.Concrete bs, int length) _more_