Move ByteIterator to collect everything in one package
This commit is contained in:
parent
11b0d69757
commit
07dd86dc56
@ -15,8 +15,6 @@
|
||||
*/
|
||||
package io.netty.buffer.b2;
|
||||
|
||||
import io.netty.util.ByteIterator;
|
||||
|
||||
import java.nio.ByteBuffer;
|
||||
import java.nio.ByteOrder;
|
||||
|
||||
|
@ -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.
|
@ -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;
|
||||
|
@ -15,7 +15,6 @@
|
||||
*/
|
||||
package io.netty.buffer.b2;
|
||||
|
||||
import io.netty.util.ByteIterator;
|
||||
import jdk.incubator.foreign.MemorySegment;
|
||||
|
||||
import java.nio.ByteBuffer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user