Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Byte Read Write « File Input Output « Java
Java
File Input Output
Byte Read Write
1.
Byte Reader with FileInputStream
2.
Byte Writer with FileOutputStream
3.
Binary Dump OutputStream
4.
Compare binary files
5.
Reads bytes available from one InputStream and returns these bytes in a byte array.
6.
Buffered copying between source(InputStream, Reader, String and byte[]) and destinations (OutputStream, Writer, String and byte[]).
7.
Write and read compressed forms of numbers to DataOutput and DataInput interfaces.
8.
Count the number of bytes written to the output stream.
9.
Read and return the entire contents of the supplied file.
10.
Convert 4 hex digits to an int, and return the number of converted bytes.
11.
Get bytes from InputStream
12.
Read file as bytes