X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Futil%2FPackBytesIntoString.java;fp=src%2Forg%2Fxwt%2Futil%2FPackBytesIntoString.java;h=1e07e86c0f3bca6de13ed149e2d1935638a01df6;hp=6c9b1ad5736686d9bebfda3110bcf0c787f88c3d;hb=3591b88b94a6bb378af3d4abe6eb5233ce583104;hpb=de378041d5ca2aca1a2b5a31ef15ae90a86c977f diff --git a/src/org/xwt/util/PackBytesIntoString.java b/src/org/ibex/util/PackBytesIntoString.java similarity index 92% rename from src/org/xwt/util/PackBytesIntoString.java rename to src/org/ibex/util/PackBytesIntoString.java index 6c9b1ad..1e07e86 100644 --- a/src/org/xwt/util/PackBytesIntoString.java +++ b/src/org/ibex/util/PackBytesIntoString.java @@ -1,13 +1,11 @@ -// Copyright (C) 2003 Adam Megacz all rights reserved. +// Copyright (C) 2003 Adam Megacz all rights reserved. // // You may modify, copy, and redistribute this code under the terms of // the GNU Library Public License version 2.1, with the exception of // the portion of clause 6a after the semicolon (aka the "obnoxious // relink clause") -package org.xwt.util; -import java.io.*; -import java.util.*; +package org.ibex.util; /** packs 8-bit bytes into a String of 7-bit chars (to avoid the UTF-8 non-ASCII penalty) */ public class PackBytesIntoString {