Hi guys,

I wrote this a few days ago for my MMORPG.
You can read and write Strings, etc in a Input- or OutputStream with bytes.
package com.verficon.io;

import java.io.IOException;
import...