package java.lang
extends Number
implements Comparable<Byte>
import java.lang.Byte
Available on java
staticfinalread onlyMAX_VALUE:Int8
staticfinalread onlyMIN_VALUE:Int8
staticfinalread onlySIZE:Int
staticfinalread onlyTYPE:Class<Byte>
static_toString(param1:Int8):String
staticcompare(param1:Int8, param2:Int8):Int
staticdecode(param1:String):Byte
staticparseByte(param1:String, param2:Int):Int8
staticparseByte(param1:String):Int8
staticvalueOf(param1:Int8):Byte
staticvalueOf(param1:String, param2:Int):Byte
staticvalueOf(param1:String):Byte
new(param1:Int8)
new(param1:String)
compareTo(param1:Byte):Int
compareTo(param1:Dynamic):Int
equals(param1:Dynamic):Bool
hashCode():Int
toString():String
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/lang/ByteClass.html