basically I need to write out (Unicode) and
read in (Unicode) char, boolean, and byte (java 1.1)
from files in a .jar
I'm looking at: implements DataInput,DataOutput
is this possible?
how do I specify the .jar?
how do I "seek" within the .jar for a specific file?
once I have the...