Java Doc for Bits.java in  » JDK-Core » io-nio » java » io » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. JDK Core
2. JDK Modules
3. JDK Modules com.sun
4. JDK Modules com.sun.java
5. JDK Modules Platform
6. JDK Modules sun
7. Open Source Build
8. Open Source Graphic Library
9. Open Source IDE Eclipse
10. Open Source J2EE
11. Open Source JDBC Driver
12. Open Source Library
13. Open Source Library Database
14. Open Source Net
15. Open Source Script
16. Science
17. Security
18. Sevlet Container
19. SUN GlassFish
20. Swing Library
21. Web Services apache cxf 2.0.1
22. Web Services AXIS2
23. XML
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Java Source Code / Java Documentation » JDK Core » io nio » java.io 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   java.io.Bits

Bits
class Bits (Code)
Utility methods for packing/unpacking primitive values in/out of byte arrays using big-endian byte ordering.




Method Summary
static  booleangetBoolean(byte[] b, int off)
    
static  chargetChar(byte[] b, int off)
    
static  doublegetDouble(byte[] b, int off)
    
static  floatgetFloat(byte[] b, int off)
    
static  intgetInt(byte[] b, int off)
    
static  longgetLong(byte[] b, int off)
    
static  shortgetShort(byte[] b, int off)
    
static  voidputBoolean(byte[] b, int off, boolean val)
    
static  voidputChar(byte[] b, int off, char val)
    
static  voidputDouble(byte[] b, int off, double val)
    
static  voidputFloat(byte[] b, int off, float val)
    
static  voidputInt(byte[] b, int off, int val)
    
static  voidputLong(byte[] b, int off, long val)
    
static  voidputShort(byte[] b, int off, short val)
    



Method Detail
getBoolean
static boolean getBoolean(byte[] b, int off)(Code)



getChar
static char getChar(byte[] b, int off)(Code)



getDouble
static double getDouble(byte[] b, int off)(Code)



getFloat
static float getFloat(byte[] b, int off)(Code)



getInt
static int getInt(byte[] b, int off)(Code)



getLong
static long getLong(byte[] b, int off)(Code)



getShort
static short getShort(byte[] b, int off)(Code)



putBoolean
static void putBoolean(byte[] b, int off, boolean val)(Code)



putChar
static void putChar(byte[] b, int off, char val)(Code)



putDouble
static void putDouble(byte[] b, int off, double val)(Code)



putFloat
static void putFloat(byte[] b, int off, float val)(Code)



putInt
static void putInt(byte[] b, int off, int val)(Code)



putLong
static void putLong(byte[] b, int off, long val)(Code)



putShort
static void putShort(byte[] b, int off, short val)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

w_w_w._j__a__v__a___2s._c___o_m___ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.