You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use InputStream for use in my game because it uses MP3 files stored in ZIP archives.
I also use byte arrays to buffer ZIP file data for class loading and recognition from InputStreams
This would require:
removal of FileWrapper class
adding extra constructors for InputStream and byte[]
adding extra write functions for OutputStream and byte[]
The text was updated successfully, but these errors were encountered:
I'd like to use
InputStream
for use in my game because it uses MP3 files stored in ZIP archives.I also use byte arrays to buffer ZIP file data for class loading and recognition from
InputStream
sThis would require:
FileWrapper
classbyte[]
OutputStream
andbyte[]
The text was updated successfully, but these errors were encountered: