net.sf.asyncobjects.asyncscala.nio.adapters
Create adapter for input stream (using ActorVat
).
Create adapter for input stream (using ActorVat
). Note that using this adapter
is a bit dangerous, since scala uses forkJoin by default for actors. And this method
could block.
the stream to wrap
the buffer size to create when needed
the adapter stream
Create adapter for input stream (using ActorVat
).
Create adapter for input stream (using ActorVat
). Note that using this adapter
is a bit dangerous, since scala uses forkJoin by default for actors. And this method
could block.
the buffer size to create when needed
the adapter stream
Create adapter for input stream (for thread-safe streams only)
Create adapter for input stream (for thread-safe streams only)
the executor to use object's vat
the stream to wrap
the buffer size to create when needed
the adapter stream
Create adapter for output stream (for thread-safe streams only)
Create adapter for output stream (for thread-safe streams only)
the executor to use object's vat
the stream to wrap
the buffer size to create when needed
the adapter stream
Create adapter for reader (for thread-safe streams only)
Create adapter for reader (for thread-safe streams only)
the executor to use object's vat
the stream to wrap
the buffer size to create when needed
the adapter stream
Create adapter for writer
Create adapter for writer
the executor to use object's vat
the stream to wrap
the buffer size to create when needed
the adapter stream
Byte array output
Byte array output
the resolver that resolves when stream is closed with resulting array
byte output
Create adapter for input stream (for thread-safe streams only)
Create adapter for input stream (for thread-safe streams only)
the stream to wrap
the buffer size to create when needed
the adapter stream
Create adapter for output stream (for thread-safe streams only)
Create adapter for output stream (for thread-safe streams only)
the stream to wrap
the buffer size to create when needed
the adapter stream
Create adapter for reader (for thread-safe streams only)
Create adapter for reader (for thread-safe streams only)
the stream to wrap
the buffer size to create when needed
the adapter stream
Create adapter for writer (using two daemon executors)
Create adapter for writer (using two daemon executors)
the stream to wrap
the buffer size to create when needed
the adapter stream
The class that contains IO adapters that allows use standard Java classes as asyncscala streams.