Class ByteStringInputStream$
- java.lang.Object
-
- akka.http.impl.engine.http2.hpack.ByteStringInputStream$
-
public class ByteStringInputStream$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static ByteStringInputStream$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ByteStringInputStream$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStream
apply(akka.util.ByteString bs)
-
-
-
Field Detail
-
MODULE$
public static final ByteStringInputStream$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-