W3cubDocs

/Haxe Java

GatheringByteChannel

package java.nio.channels

extends WritableByteChannelChannelCloseableAutoCloseable

implemented by DatagramChannel, FileChannel, Pipe_SinkChannel, SocketChannel

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

Methods

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

@:overload isOpen ():Bool

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

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

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

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