Java Doc for TCByteBuffer.java in  » Net » Terracotta » com » tc » bytes » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Net » Terracotta » com.tc.bytes 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.tc.bytes.TCByteBuffer

All known Subclasses:   com.tc.bytes.TCByteBufferImpl,
TCByteBuffer
public interface TCByteBuffer extends Recyclable(Code)




Method Summary
public  byte[]array()
    
public  intarrayOffset()
    
public  TCByteBufferasReadOnlyBuffer()
    
public  intcapacity()
    
public  voidcheckedOut()
    
public  TCByteBufferclear()
    
public  voidcommit()
    
public  TCByteBufferduplicate()
    
public  TCByteBufferflip()
    
public  byteget()
    
public  TCByteBufferget(byte[] dst)
    
public  TCByteBufferget(byte[] dst, int offset, int length)
    
public  byteget(int index)
    
public  TCByteBufferget(int index, byte[] dst)
    
public  TCByteBufferget(int index, byte[] dst, int offset, int length)
    
public  booleangetBoolean()
    
public  booleangetBoolean(int index)
    
public  chargetChar()
    
public  chargetChar(int index)
    
public  doublegetDouble()
    
public  doublegetDouble(int index)
    
public  floatgetFloat()
    
public  floatgetFloat(int index)
    
public  intgetInt()
    
public  intgetInt(int index)
    
public  longgetLong()
    
public  longgetLong(int index)
    
public  ByteBuffergetNioBuffer()
    
public  shortgetShort()
    
public  shortgetShort(int index)
    
public  shortgetUbyte()
    
public  shortgetUbyte(int index)
    
public  longgetUint()
    
public  longgetUint(int index)
    
public  intgetUshort()
    
public  intgetUshort(int index)
    
public  booleanhasArray()
    
public  booleanhasRemaining()
    
public  booleanisDirect()
    
public  booleanisReadOnly()
    
public  intlimit()
    
public  TCByteBufferlimit(int newLimit)
    
public  intposition()
    
public  TCByteBufferposition(int newPosition)
    
public  TCByteBufferput(byte b)
    
public  TCByteBufferput(byte[] src)
    
public  TCByteBufferput(byte[] src, int offset, int length)
    
public  TCByteBufferput(int index, byte b)
    
public  TCByteBufferput(TCByteBuffer src)
    
public  TCByteBufferput(int index, byte[] src)
    
public  TCByteBufferput(int index, byte[] src, int offset, int length)
    
public  TCByteBufferputBoolean(boolean b)
    
public  TCByteBufferputBoolean(int index, boolean b)
    
public  TCByteBufferputChar(char c)
    
public  TCByteBufferputChar(int index, char c)
    
public  TCByteBufferputDouble(double d)
    
public  TCByteBufferputDouble(int index, double d)
    
public  TCByteBufferputFloat(float f)
    
public  TCByteBufferputFloat(int index, float f)
    
public  TCByteBufferputInt(int i)
    
public  TCByteBufferputInt(int index, int i)
    
public  TCByteBufferputLong(long l)
    
public  TCByteBufferputLong(int index, long l)
    
public  TCByteBufferputShort(short s)
    
public  TCByteBufferputShort(int index, short s)
    
public  TCByteBufferputUbyte(int index, short value)
    
public  TCByteBufferputUbyte(short value)
    
public  TCByteBufferputUint(long i)
    
public  TCByteBufferputUint(int index, long i)
    
public  TCByteBufferputUshort(int s)
    
public  TCByteBufferputUshort(int index, int s)
    
public  TCByteBufferreInit()
    
public  intremaining()
    
public  com.tc.bytes.TCByteBufferrewind()
    
public  TCByteBufferslice()
    



Method Detail
array
public byte[] array()(Code)



arrayOffset
public int arrayOffset()(Code)



asReadOnlyBuffer
public TCByteBuffer asReadOnlyBuffer()(Code)



capacity
public int capacity()(Code)



checkedOut
public void checkedOut()(Code)



clear
public TCByteBuffer clear()(Code)



commit
public void commit()(Code)



duplicate
public TCByteBuffer duplicate()(Code)



flip
public TCByteBuffer flip()(Code)



get
public byte get()(Code)



get
public TCByteBuffer get(byte[] dst)(Code)



get
public TCByteBuffer get(byte[] dst, int offset, int length)(Code)



get
public byte get(int index)(Code)



get
public TCByteBuffer get(int index, byte[] dst)(Code)



get
public TCByteBuffer get(int index, byte[] dst, int offset, int length)(Code)



getBoolean
public boolean getBoolean()(Code)



getBoolean
public boolean getBoolean(int index)(Code)



getChar
public char getChar()(Code)



getChar
public char getChar(int index)(Code)



getDouble
public double getDouble()(Code)



getDouble
public double getDouble(int index)(Code)



getFloat
public float getFloat()(Code)



getFloat
public float getFloat(int index)(Code)



getInt
public int getInt()(Code)



getInt
public int getInt(int index)(Code)



getLong
public long getLong()(Code)



getLong
public long getLong(int index)(Code)



getNioBuffer
public ByteBuffer getNioBuffer()(Code)



getShort
public short getShort()(Code)



getShort
public short getShort(int index)(Code)



getUbyte
public short getUbyte()(Code)



getUbyte
public short getUbyte(int index)(Code)



getUint
public long getUint()(Code)



getUint
public long getUint(int index)(Code)



getUshort
public int getUshort()(Code)



getUshort
public int getUshort(int index)(Code)



hasArray
public boolean hasArray()(Code)



hasRemaining
public boolean hasRemaining()(Code)



isDirect
public boolean isDirect()(Code)



isReadOnly
public boolean isReadOnly()(Code)



limit
public int limit()(Code)



limit
public TCByteBuffer limit(int newLimit)(Code)



position
public int position()(Code)



position
public TCByteBuffer position(int newPosition)(Code)



put
public TCByteBuffer put(byte b)(Code)



put
public TCByteBuffer put(byte[] src)(Code)



put
public TCByteBuffer put(byte[] src, int offset, int length)(Code)



put
public TCByteBuffer put(int index, byte b)(Code)



put
public TCByteBuffer put(TCByteBuffer src)(Code)



put
public TCByteBuffer put(int index, byte[] src)(Code)



put
public TCByteBuffer put(int index, byte[] src, int offset, int length)(Code)



putBoolean
public TCByteBuffer putBoolean(boolean b)(Code)



putBoolean
public TCByteBuffer putBoolean(int index, boolean b)(Code)



putChar
public TCByteBuffer putChar(char c)(Code)



putChar
public TCByteBuffer putChar(int index, char c)(Code)



putDouble
public TCByteBuffer putDouble(double d)(Code)



putDouble
public TCByteBuffer putDouble(int index, double d)(Code)



putFloat
public TCByteBuffer putFloat(float f)(Code)



putFloat
public TCByteBuffer putFloat(int index, float f)(Code)



putInt
public TCByteBuffer putInt(int i)(Code)



putInt
public TCByteBuffer putInt(int index, int i)(Code)



putLong
public TCByteBuffer putLong(long l)(Code)



putLong
public TCByteBuffer putLong(int index, long l)(Code)



putShort
public TCByteBuffer putShort(short s)(Code)



putShort
public TCByteBuffer putShort(int index, short s)(Code)



putUbyte
public TCByteBuffer putUbyte(int index, short value)(Code)



putUbyte
public TCByteBuffer putUbyte(short value)(Code)



putUint
public TCByteBuffer putUint(long i)(Code)



putUint
public TCByteBuffer putUint(int index, long i)(Code)



putUshort
public TCByteBuffer putUshort(int s)(Code)



putUshort
public TCByteBuffer putUshort(int index, int s)(Code)



reInit
public TCByteBuffer reInit()(Code)



remaining
public int remaining()(Code)



rewind
public com.tc.bytes.TCByteBuffer rewind()(Code)



slice
public TCByteBuffer slice()(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.