ByteBuffer « File Input Output « Java

Java
1. 2D Graphics GUI
2. 3D
3. Advanced Graphics
4. Ant
5. Apache Common
6. Chart
7. Class
8. Collections Data Structure
9. Data Type
10. Database SQL JDBC
11. Design Pattern
12. Development Class
13. EJB3
14. Email
15. Event
16. File Input Output
17. Game
18. Generics
19. GWT
20. Hibernate
21. I18N
22. J2EE
23. J2ME
24. JDK 6
25. JNDI LDAP
26. JPA
27. JSP
28. JSTL
29. Language Basics
30. Network Protocol
31. PDF RTF
32. Reflection
33. Regular Expressions
34. Scripting
35. Security
36. Servlets
37. Spring
38. Swing Components
39. Swing JFC
40. SWT JFace Eclipse
41. Threads
42. Tiny Application
43. Velocity
44. Web Services SOA
45. XML
Java Tutorial
Java Source Code / Java Documentation
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 » File Input Output » ByteBufferScreenshots 
1. View buffers
2. Use NIO to read a text file.
3. Create a read-only memory-mapped file
4. Create a read-write memory-mapped file
5. Create a private (copy-on-write) memory-mapped file.
6. use FileChannel and ByteBuffer
7. Fast Copy File
8. A ByteBuffer is a fixed-capacity buffer that holds byte values.
9. Create a ByteBuffer using a byte array
10. Create a non-direct ByteBuffer with a 10 byte capacity
11. Create a direct (memory-mapped) ByteBuffer with a 10 byte capacity.
12. Get the ByteBuffer's capacity
13. Use the absolute get().
14. Set the position
15. Use the relative get()
16. Get remaining byte count in a ByteBuffer
17. Set the limit for ByteBuffer
18. This convenience method sets the position to 0
19. Putting Bytes into a ByteBuffer
20. Converting Between a ByteBuffer an a Byte Array
21. Retrieve bytes between the position and limit
22. Retrieve all bytes in the buffer
23. Get and Set char type data in a ByteBuffer
24. Get and Set short type data in a ByteBuffer
25. Get and Set int type data in a ByteBuffer
26. Get and Set long type data in a ByteBuffer
27. Get and Set float type data in a ByteBuffer
28. Get and Set double type data in a ByteBuffer
29. Create a character ByteBuffer
30. Create a short ByteBuffer
31. Create an integer ByteBuffer
32. Create a long ByteBuffer
33. Create a float ByteBuffer
34. Create a double ByteBuffer
35. Get a substring
36. Using a ByteBuffer to Store Strings
37. Get default byte ordering
38. Put a multibyte value
39. Set to little endian
40. Determining If a ByteBuffer Is Direct
41. Reading from a Channel with a ByteBuffer
42. Writing and Appending a ByteBuffer to a File
43. Convert interchangeably between a ByteBuffer and a byte array
44. Create a ByteBuffer
45. Put bytes into a ByteBuffer
46. How to get bytes from a ByteBuffer
47. Write with ByteBuffer
48. Applying Regular Expressions on the Contents of a File
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.