|
|
LEDataStream
by Canadian Mind Products
Little-endian replacements for DataInputStream, DataOutputStream and RandomAccessFile. They work just like DataInputStream, DataOutputStream and RandomAccessFile except they work with little-endian binary data. Normally Java binary I/O is done with big-endian data, with the most significant byte of an integer or float first. Intel and Windows 95 tend to work with little endian data in native files.
little endian ledatastream ledataoutputstream microsoft intel java byte sex
|
|
|
FileIO
by Canadian Mind Products
I/O teaching tool that generates Java source code to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket or Pipe. It shows you how to read or write ASCII-8 bit characters (plain or locale-encoded), Unicode 16-bit characters, raw bytes, big endian binary, little endian binary, or serialised objects, buffered, unbuffered or gzip compressed.
java training wheels fileio compressed console teaching
|
|
|
Contra Game Workshop
by Jhunour Studio
A: Using "Contra Game Workshop", a few mouse clicks to make your own flash games without any progaming!
B: Then sign your name, save the project to hard disk as *.fga file for future use and edit. All the *.fga files are managed by a content.fgc file.
C: Publish all the games in the content.fgc file as *.fgf files for use in the "Flash Game Workshop Web Player". Share your games with others on the internet!
flash contra flash progaming mouse make
|