ByteClass

ByteClass

package java-lang

extends Number

implements Comparable<Byte>

import java.lang.Byte

Available on java

Constructor

new (param1:Int8)

new (param1:String)

Methods

compareTo (param1:Byte):Int

compareTo (param1:Dynamic):Int

equals (param1:Dynamic):Bool

hashCode ():Int

toString ():String

Static variables

static read only MAX_VALUE:Int8

static read only MIN_VALUE:Int8

static read only SIZE:Int

static TYPE:Class<Byte>

Static methods

static _toString (param1:Int8):String

static compare (param1:Int8, param2:Int8):Int

static decode (param1:String):Byte

static parseByte (param1:String, param2:Int):Int8

static parseByte (param1:String):Int8

static valueOf (param1:Int8):Byte

static valueOf (param1:String, param2:Int):Byte

static valueOf (param1:String):Byte

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/java/lang/ByteClass.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部