JVM Languages
javaqna.asc
Associated article: Java Q&A
Tags: JVM Languages
Published source code accompanying Cliff Berg's column on how you can display media formats that Netscape does not support. Also see JAVAQ&A.ZIP.
_Java Q&A_ by Cliff Berg Listing One /* SwappedDataInputStream.java */ import java.io.*; /** Provide byte-order-reversed input of bytes, int's, and short's. Allows for * proper reading of those numeric values from a "little-endian" source. */ public class SwappedDataInputStream extends ...


