W3cubDocs

/Haxe Java

ScatteringByteChannel

package java.nio.channels

extends ReadableByteChannelChannelCloseableAutoCloseable

implemented by DatagramChannel, FileChannel, Pipe_SourceChannel, SocketChannel

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

Methods

@:overload @:throws("java.lang.Exception") close ():Void

@:overload isOpen ():Bool

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

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

@: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/ScatteringByteChannel.html