jaroslav@15: /* jaroslav@15: * To change this template, choose Tools | Templates jaroslav@15: * and open the template in the editor. jaroslav@15: */ jaroslav@22: package org.apidesign.vm4brwsr; jaroslav@15: jaroslav@15: public interface GetByte { jaroslav@15: public byte getByte(); jaroslav@15: }