W3cubDocs

/Haxe Java

Pipe_SourceChannel

package java.nio.channels

extends AbstractSelectableChannelSelectableChannelAbstractInterruptibleChannel

implements ReadableByteChannel, ScatteringByteChannel

import java.nio.channels.Pipe

@:abstract@:libType@:javaNative@:native("java.nio.channels.Pipe$SourceChannel")@:javaCanonical("java.nio.channels","Pipe.SourceChannel") Available on java

Methods

@:overload @:throws("java.io.IOException") read (param1:ByteBuffer):Int

@:overload @:throws("java.io.IOException") read (param1:NativeArray<ByteBuffer>):Int64

@:overload @:throws("java.io.IOException") read (param1:NativeArray<ByteBuffer>, param2:Int, param3:Int):Int64

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/nio/channels/Pipe_SourceChannel.html