站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

BytesHelper (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


net.sf.hibernate.util
Class BytesHelper

java.lang.Object
  extended bynet.sf.hibernate.util.BytesHelper

public final class BytesHelper
extends Object


Method Summary
static void main(String[] args)
           
static byte[] toBytes(int value)
           
static byte[] toBytes(short value)
           
static int toInt(byte[] bytes)
           
static short toShort(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toInt

public static int toInt(byte[] bytes)

toShort

public static short toShort(byte[] bytes)

toBytes

public static byte[] toBytes(int value)

toBytes

public static byte[] toBytes(short value)

main

public static void main(String[] args)