HaxeAPI
  • Version 4.3.5
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.5
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

class CharsetDecoder

package java.nio.charset

@:nativeGen@:abstract@:libType@:javaNative@:native("java.nio.charset.CharsetDecoder")@:javaCanonical("java.nio.charset","CharsetDecoder")

Available on java

Methods

finalaverageCharsPerByte():Single

finalcharset():Charset

@:throws("java.nio.charset.CharacterCodingException")finaldecode(param1:ByteBuffer):CharBuffer

finaldecode(param1:ByteBuffer, param2:CharBuffer, param3:Bool):CoderResult

detectedCharset():Charset

finalflush(param1:CharBuffer):CoderResult

isAutoDetecting():Bool

isCharsetDetected():Bool

malformedInputAction():CodingErrorAction

finalmaxCharsPerByte():Single

finalonMalformedInput(param1:CodingErrorAction):CharsetDecoder

finalonUnmappableCharacter(param1:CodingErrorAction):CharsetDecoder

finalreplaceWith(param1:String):CharsetDecoder

finalreplacement():String

finalreset():CharsetDecoder

unmappableCharacterAction():CodingErrorAction

This documentation is generated for version 4.3.5

© 2024  Haxe Foundation | Contribute to Haxe