Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class RawDataInputStream extends BaseStream implements InputStreamable {
+class RawDataInputStream extends BaseStream implements InputStream {
/**
* Protected constructor
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class RawDataOutputStream extends BaseStream implements OutputStreamable {
+class RawDataOutputStream extends BaseStream implements OutputStream {
/**
* Protected constructor
*