HaxeAPI
  • Version development @ b6b8925
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.6
    • 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 Charset

package java.nio.charset

implements Comparable<Charset>

@:native("java.nio.charset.Charset")@:libType

Available on jvm

Static methods

staticatBugLevel(param1:String):Bool

staticavailableCharsets():SortedMap<String, Charset>

staticdefaultCharset():Charset

staticforName(param1:String):Charset

staticisSupported(param1:String):Bool

Constructor

new(param1:String, param2:NativeArray<String>)

Methods

finalaliases():Set<String>

canEncode():Bool

finalcompareTo(param1:Charset):Int

compareTo(param1:Dynamic):Int

contains(param1:Charset):Bool

finaldecode(param1:ByteBuffer):CharBuffer

displayName():String

displayName(param1:Locale):String

finalencode(param1:CharBuffer):ByteBuffer

finalencode(param1:String):ByteBuffer

finalequals(param1:Dynamic):Bool

finalhashCode():Int

finalisRegistered():Bool

finalname():String

newDecoder():CharsetDecoder

newEncoder():CharsetEncoder

finaltoString():String

This documentation is generated for version development @ b6b8925

© 2024  Haxe Foundation | Contribute to Haxe