You can find really weird stuff off StumbleUpon
|
I used the applet to generate a new header background image! Create your own @
http://www.eigelb.at/HP/Links/SpecialEffects/Grappa/DelayedTrace/
You can find really weird stuff off StumbleUpon
|
use java.io.ByteArrayOutputStream:
ByteArrayOutputStream byteOut = new ByteArrayOutputStream();
for ( int i = 0; i < 100; ++i ) {
byteOut.write( i );
}
byte[] byteArray = byteOut.toByteArray();