Conversion of file into byteStream

Hi ,(1)I want to convert any file type into ByteStream and print all byte .Can anyone send me java program.(2) Can I encript my file using ByteStream.Thanks
[198 byte] By [kaiz_khana] at [2007-11-26 16:11:23]
# 1

> Hi ,

> (1)I want to convert any file type into ByteStream

> and

> print all byte .

java.io.FileInputStream

> Can anyone send me java program.

Not really. It is trivial.

> (2) Can I encript my file using ByteStream.

CipherInputStream and CipherOutputStream ara available and can be used with the JCE. Not quite so trivial.

sabre150a at 2007-7-8 22:33:53 > top of Java-index,Core,Core APIs...
# 2
.> > java.io.FileInputStream> > Not really. It is trivial.> > CipherInputStream and CipherOutputStream ara> available and can be used with the JCE. Not quite so> trivial.Thanks
kaiz_khana at 2007-7-8 22:33:53 > top of Java-index,Core,Core APIs...