> 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.