com.upokecenter.util.IWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of encoding Show documentation
Show all versions of encoding Show documentation
A Java library that implements character encodings used in Web pages and email.
package com.upokecenter.util;
/*
Written by Peter O. in 2014.
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
If you like this, you should donate to Peter O.
at: http://peteroupc.github.io/
*/
/**
*
*/
public interface IWriter extends IByteWriter {
/**
*
*/
void write(byte[] bytes, int offset, int length);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy