Move ByteIterator to collect everything in one package

This commit is contained in:
Chris Vest 2020-11-17 14:09:14 +01:00
parent 11b0d69757
commit 07dd86dc56
4 changed files with 3 additions and 6 deletions

View File

@ -15,8 +15,6 @@
*/
package io.netty.buffer.b2;
import io.netty.util.ByteIterator;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;

View File

@ -12,7 +12,9 @@
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
package io.netty.util;
package io.netty.buffer.b2;
import io.netty.util.ByteProcessor;
/**
* The ByteIterator scans through a sequence of bytes.

View File

@ -15,8 +15,6 @@
*/
package io.netty.buffer.b2;
import io.netty.util.ByteIterator;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.util.Arrays;

View File

@ -15,7 +15,6 @@
*/
package io.netty.buffer.b2;
import io.netty.util.ByteIterator;
import jdk.incubator.foreign.MemorySegment;
import java.nio.ByteBuffer;