package com.bytezone.diskbrowser.nib; // -----------------------------------------------------------------------------------// interface ByteTranslator // -----------------------------------------------------------------------------------// { // ---------------------------------------------------------------------------------// abstract byte encode (byte b); // ---------------------------------------------------------------------------------// // ---------------------------------------------------------------------------------// abstract byte decode (byte b) throws DiskNibbleException; // ---------------------------------------------------------------------------------// }