Accessing data from encrypted file...

Hi, is it possible to read data from file that encrypted using javax.crypto.* without decrypting that file back such as Microsoft Access Database file?If it is possible, would somebody please show me how to do that.....thank you...
[245 byte] By [Kuntilanaka] at [2007-11-27 4:33:02]
# 1
Why would you want to decrypt a Microsoft Access Database file? That kinda scares me.
Mdoga at 2007-7-12 9:42:51 > top of Java-index,Security,Cryptography...
# 2
why it scares u?ok lets take other example......such as .dat file....i put some data in data.dat then encrypt that file....all i want to know is it possible to read data from data.dat(encrypted one) without decrypting that file back?
Kuntilanaka at 2007-7-12 9:42:51 > top of Java-index,Security,Cryptography...
# 3
javax.crypto.CipherInputStream
ejpa at 2007-7-12 9:42:51 > top of Java-index,Security,Cryptography...
# 4
any tutorial u can point me to?
Kuntilanaka at 2007-7-12 9:42:51 > top of Java-index,Security,Cryptography...