Package bdsup2sub.utils
Class StreamUtils
java.lang.Object
bdsup2sub.utils.StreamUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StreamID
getStreamID
(byte[] id) Identifies a stream by examining the first two bytes.
-
Constructor Details
-
StreamUtils
public StreamUtils()
-
-
Method Details
-
getStreamID
Identifies a stream by examining the first two bytes.- Parameters:
id
- Byte array holding four bytes at minimum- Returns:
- StreamID
-