Uses of Class
ucar.unidata.util.ByteString
Packages that use ByteString
Package
Description
Meteorological data classes.
General utilities.
-
Uses of ByteString in ucar.unidata.metdata
Methods in ucar.unidata.metdata that return ByteStringModifier and TypeMethodDescriptionWMOHeader.getCallSign()
Returns the "international four letter location indicator of the station originating or compiling the bulletin" (CCCC).Metar.getText()
Get the raw METAR textWMOHeader.getText()
Get the headerConstructors in ucar.unidata.metdata with parameters of type ByteString -
Uses of ByteString in ucar.unidata.util
Subclasses of ByteString in ucar.unidata.utilModifier and TypeClassDescriptionstatic class
Class Concretestatic class
Class Emptystatic 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.static class
Class EmptyTokenFields in ucar.unidata.util declared as ByteStringMethods in ucar.unidata.util that return ByteStringModifier and TypeMethodDescriptionstatic ByteString
ByteString.concat
(ByteString bs1, ByteString bs2, char sep) _more_ByteString.Concrete.subByteString
(int beginIndex, int length) _more_ByteString.subByteString
(int beginIndex, int length) Returns a new string that is a substring of this string.ByteString.Concrete.substring
(int beginIndex) _more_ByteString.substring
(int beginIndex) ByteString.substring
(int beginIndex, int endindex) Methods in ucar.unidata.util with parameters of type ByteStringModifier and TypeMethodDescriptionstatic int
ByteString.compare
(ByteString bs1, String s2) Compare two byte strings lexographically.static int
ByteString.compare
(ByteString bs1, ByteString bs2) Compare two byte strings lexographically.int
ByteString.compareTo
(ByteString bs) Compare this and another byte string lexographically.static ByteString
ByteString.concat
(ByteString bs1, ByteString bs2, char sep) _more_Constructors in ucar.unidata.util with parameters of type ByteStringModifierConstructorDescription_more_Concrete
(ByteString bs) Copy constuctor.Concrete
(ByteString bs, int length) Copy constuctor which trims input to length.Concrete
(ByteString bs, int origin, int length) Copy constuctor which trims input to [origin, origin + length).