Object StreamType.Companion
-
- All Implemented Interfaces:
public class StreamType.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static StreamType.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StreamTypefrom(String streamTypeString)Creates a stream type from a textual representation. -
-
Method Detail
-
from
final StreamType from(String streamTypeString)
Creates a stream type from a textual representation.
- Parameters:
streamTypeString- The textual representation of the stream type.
-
-
-
-