>> Hmm, it would appear it does .. how do i get the stream to pull its bytes
>> from an array though? Or is an Array a child of InputStream so i can pass
>> it directly to DatInputStream's only constructor?
>You can always use ArrayInputStream, giving the Array as the input, then use
>that in the paramter to DataInputStream's constructor.

Ok, you lost me here ... my java.io.* or java.lang.* don't seem to have an
ArrayInputStream class. I'm a using an old version of the JDK or something?
If so, which one should i get?

RA

_______________________________________________
Kernel maillist  -  [EMAIL PROTECTED]
http://jos.org/mailman/listinfo/kernel

Reply via email to