/* ** RiffChunkHeader.java ** ** Copyright (c) 2007 - 2008 Peter McQuillan ** ** All Rights Reserved. ** ** Distributed under the BSD Software License (see license.txt) ** */ package wavpack; class RiffChunkHeader { static char ckID[] = new char[4]; long ckSize; // was uint32_t in C static char formType[] = new char[4]; }