Class OtpInputStream

java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
com.ericsson.otp.erlang.OtpInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class OtpInputStream extends ByteArrayInputStream
Provides a stream for decoding Erlang terms from external format.

Note that this class is not synchronized, if you need synchronization you must provide it yourself.