Restlet Framework 2.2.1
Android

org.restlet.engine.io
Class NbChannelOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.restlet.engine.io.NbChannelOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class NbChannelOutputStream
extends java.io.OutputStream

Output stream connected to a non-blocking writable channel.

Author:
Jerome Louvel

Constructor Summary
NbChannelOutputStream(java.nio.channels.WritableByteChannel channel)
          Constructor.
 
Method Summary
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NbChannelOutputStream

public NbChannelOutputStream(java.nio.channels.WritableByteChannel channel)
Constructor.

Parameters:
channel - The wrapped channel.
Method Detail

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
Overrides:
write in class java.io.OutputStream
Throws:
java.io.IOException

write

public void write(int b)
           throws java.io.IOException
Specified by:
write in class java.io.OutputStream
Throws:
java.io.IOException

Restlet Framework 2.2.1
Android

Copyright © 2005-2014 Restlet.