public abstract class ChannelHelper extends Object
Modifier and Type | Method and Description |
---|---|
static ReadableByteChannel |
readableChannel(InputStream inputStream) |
static WritableByteChannel |
writableChannel(OutputStream ouputStream) |
public static ReadableByteChannel readableChannel(InputStream inputStream)
public static WritableByteChannel writableChannel(OutputStream ouputStream)
Copyright © 2001-2015 JRuby. All Rights Reserved.