B4J Question Reading and Writing a Byte Array using B4J - Feeling Really Dumb Today

fredeady

Member
Licensed User
Longtime User
I'm confused as to which method to use. I simply need to write 32 bytes from an array to a file on a Windows PC from B4J.
I think RandomAccessFiles is the way to do that. I can't seem to get a file written using WriteBytes. - raf.WriteBytes(MyBuf,0,32,0)
Is there a tutorial somewhere I have missed?
 

jahswant

Well-Known Member
Licensed User
Longtime User
 
Upvote 0
Top