Mercurial Hosting > luan
annotate src/org/eclipse/jetty/io/AbstractBuffer.java @ 1043:ae1c92957739
remove Buffer.mark(int)
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 04 Nov 2016 01:10:12 -0600 |
parents | a62193321d6a |
children | dd71a59fcf72 |
rev | line source |
---|---|
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
1 // |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
2 // ======================================================================== |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
3 // Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd. |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
4 // ------------------------------------------------------------------------ |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
5 // All rights reserved. This program and the accompanying materials |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
6 // are made available under the terms of the Eclipse Public License v1.0 |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
7 // and Apache License v2.0 which accompanies this distribution. |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
8 // |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
9 // The Eclipse Public License is available at |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
10 // http://www.eclipse.org/legal/epl-v10.html |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
11 // |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
12 // The Apache License v2.0 is available at |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
13 // http://www.opensource.org/licenses/apache2.0.php |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
14 // |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
15 // You may elect to redistribute this code under either of these licenses. |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
16 // ======================================================================== |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
17 // |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
18 |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
19 package org.eclipse.jetty.io; |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
20 |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
21 import java.io.IOException; |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
22 import java.io.InputStream; |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
23 import java.io.OutputStream; |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
24 import java.nio.charset.Charset; |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
25 |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
26 import org.eclipse.jetty.util.TypeUtil; |
820
8e9db0bbf4f9
remove org.eclipse.jetty.util.log and upgrade slf4j
Franklin Schmidt <fschmidt@gmail.com>
parents:
802
diff
changeset
|
27 import org.slf4j.Logger; |
8e9db0bbf4f9
remove org.eclipse.jetty.util.log and upgrade slf4j
Franklin Schmidt <fschmidt@gmail.com>
parents:
802
diff
changeset
|
28 import org.slf4j.LoggerFactory; |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
29 |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
30 /** |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
31 * |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
32 * |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
33 */ |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
34 public abstract class AbstractBuffer implements Buffer |
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
35 { |
1005 | 36 private static final Logger LOG = LoggerFactory.getLogger(AbstractBuffer.class); |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
37 |
1005 | 38 private final static boolean __boundsChecking = Boolean.getBoolean("org.eclipse.jetty.io.AbstractBuffer.boundsChecking"); |
39 | |
1031
921c25a05eaa
remove Buffer.asReadOnlyBuffer()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1030
diff
changeset
|
40 protected final static String __READONLY = "READONLY"; |
1005 | 41 |
1039
a7319f14ba1e
remove Buffer.isImmutable()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1038
diff
changeset
|
42 int _access; |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
43 |
1005 | 44 protected int _get; |
45 protected int _put; | |
46 protected int _hash; | |
47 protected int _hashGet; | |
48 protected int _hashPut; | |
49 protected int _mark; | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
50 |
1005 | 51 /** |
52 * Constructor for BufferView | |
53 * | |
1039
a7319f14ba1e
remove Buffer.isImmutable()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1038
diff
changeset
|
54 * @param access 1==READONLY, 2==READWRITE |
1005 | 55 */ |
1030
80cad9086593
remove Buffer.isVolatile()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1029
diff
changeset
|
56 protected AbstractBuffer(int access) |
1005 | 57 { |
58 setMarkIndex(-1); | |
59 _access = access; | |
60 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
61 |
1040
3e4949834f3e
remove Buffer.asArray()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1039
diff
changeset
|
62 private byte[] asArray() |
1005 | 63 { |
1038
b71ad168fe34
rename Buffer.length() to remaining()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1037
diff
changeset
|
64 byte[] bytes = new byte[remaining()]; |
1005 | 65 byte[] array = array(); |
66 if (array != null) | |
67 System.arraycopy(array, getIndex(), bytes, 0, bytes.length); | |
68 else | |
1038
b71ad168fe34
rename Buffer.length() to remaining()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1037
diff
changeset
|
69 peek(getIndex(), bytes, 0, remaining()); |
1005 | 70 return bytes; |
71 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
72 |
1005 | 73 public Buffer buffer() |
74 { | |
75 return this; | |
76 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
77 |
1005 | 78 public void clear() |
79 { | |
80 setMarkIndex(-1); | |
81 setGetIndex(0); | |
82 setPutIndex(0); | |
83 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
84 |
1005 | 85 public void compact() |
86 { | |
87 if (isReadOnly()) throw new IllegalStateException(__READONLY); | |
88 int s = markIndex() >= 0 ? markIndex() : getIndex(); | |
89 if (s > 0) | |
90 { | |
91 byte array[] = array(); | |
92 int length = putIndex() - s; | |
93 if (length > 0) | |
94 { | |
95 if (array != null) | |
96 System.arraycopy(array(), s, array(), 0, length); | |
97 else | |
98 poke(0, peek(s, length)); | |
99 } | |
100 if (markIndex() > 0) setMarkIndex(markIndex() - s); | |
101 setGetIndex(getIndex() - s); | |
102 setPutIndex(putIndex() - s); | |
103 } | |
104 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
105 |
1005 | 106 @Override |
107 public boolean equals(Object obj) | |
108 { | |
109 if (obj==this) | |
110 return true; | |
111 | |
112 // reject non buffers; | |
113 if (obj == null || !(obj instanceof Buffer)) return false; | |
114 Buffer b = (Buffer) obj; | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
115 |
1005 | 116 // reject different lengths |
1038
b71ad168fe34
rename Buffer.length() to remaining()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1037
diff
changeset
|
117 if (b.remaining() != remaining()) return false; |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
118 |
1005 | 119 // reject AbstractBuffer with different hash value |
120 if (_hash != 0 && obj instanceof AbstractBuffer) | |
121 { | |
122 AbstractBuffer ab = (AbstractBuffer) obj; | |
123 if (ab._hash != 0 && _hash != ab._hash) return false; | |
124 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
125 |
1005 | 126 // Nothing for it but to do the hard grind. |
127 int get=getIndex(); | |
128 int bi=b.putIndex(); | |
129 for (int i = putIndex(); i-->get;) | |
130 { | |
131 byte b1 = peek(i); | |
132 byte b2 = b.peek(--bi); | |
133 if (b1 != b2) return false; | |
134 } | |
135 return true; | |
136 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
137 |
1005 | 138 public byte get() |
139 { | |
140 return peek(_get++); | |
141 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
142 |
1005 | 143 public int get(byte[] b, int offset, int length) |
144 { | |
145 int gi = getIndex(); | |
1038
b71ad168fe34
rename Buffer.length() to remaining()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1037
diff
changeset
|
146 int l=remaining(); |
1005 | 147 if (l==0) |
148 return -1; | |
149 | |
150 if (length>l) | |
151 length=l; | |
152 | |
153 length = peek(gi, b, offset, length); | |
154 if (length>0) | |
155 setGetIndex(gi + length); | |
156 return length; | |
157 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
158 |
1005 | 159 public Buffer get(int length) |
160 { | |
161 int gi = getIndex(); | |
162 Buffer view = peek(gi, length); | |
163 setGetIndex(gi + length); | |
164 return view; | |
165 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
166 |
1005 | 167 public final int getIndex() |
168 { | |
169 return _get; | |
170 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
171 |
1037
3c4c7cc7904f
rename Buffer.hasContent() to hasRemaining()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1032
diff
changeset
|
172 public boolean hasRemaining() |
1005 | 173 { |
174 return _put > _get; | |
175 } | |
176 | |
177 @Override | |
178 public int hashCode() | |
179 { | |
180 if (_hash == 0 || _hashGet!=_get || _hashPut!=_put) | |
181 { | |
182 int get=getIndex(); | |
183 byte[] array = array(); | |
184 if (array==null) | |
185 { | |
186 for (int i = putIndex(); i-- >get;) | |
187 { | |
188 byte b = peek(i); | |
189 if ('a' <= b && b <= 'z') | |
190 b = (byte) (b - 'a' + 'A'); | |
191 _hash = 31 * _hash + b; | |
192 } | |
193 } | |
194 else | |
195 { | |
196 for (int i = putIndex(); i-- >get;) | |
197 { | |
198 byte b = array[i]; | |
199 if ('a' <= b && b <= 'z') | |
200 b = (byte) (b - 'a' + 'A'); | |
201 _hash = 31 * _hash + b; | |
202 } | |
203 } | |
204 if (_hash == 0) | |
205 _hash = -1; | |
206 _hashGet=_get; | |
207 _hashPut=_put; | |
208 | |
209 } | |
210 return _hash; | |
211 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
212 |
1005 | 213 public boolean isReadOnly() |
214 { | |
215 return _access <= READONLY; | |
216 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
217 |
1038
b71ad168fe34
rename Buffer.length() to remaining()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1037
diff
changeset
|
218 public int remaining() |
1005 | 219 { |
220 return _put - _get; | |
221 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
222 |
1005 | 223 public void mark() |
224 { | |
225 setMarkIndex(_get - 1); | |
226 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
227 |
1005 | 228 public int markIndex() |
229 { | |
230 return _mark; | |
231 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
232 |
1005 | 233 public byte peek() |
234 { | |
235 return peek(_get); | |
236 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
237 |
1032 | 238 private Buffer peek(int index, int length) |
1005 | 239 { |
1041
35e3c864d7a7
make View package local
Franklin Schmidt <fschmidt@gmail.com>
parents:
1040
diff
changeset
|
240 Buffer view = duplicate(); |
35e3c864d7a7
make View package local
Franklin Schmidt <fschmidt@gmail.com>
parents:
1040
diff
changeset
|
241 view.setPutIndex(index + length); |
35e3c864d7a7
make View package local
Franklin Schmidt <fschmidt@gmail.com>
parents:
1040
diff
changeset
|
242 view.setGetIndex(index); |
35e3c864d7a7
make View package local
Franklin Schmidt <fschmidt@gmail.com>
parents:
1040
diff
changeset
|
243 return view; |
1005 | 244 } |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
245 |
1019
f126d30e04a4
start replacing BufferCache with StringCache
Franklin Schmidt <fschmidt@gmail.com>
parents:
1010
diff
changeset
|
246 @Override |
1005 | 247 public int poke(int index, Buffer src) |
248 { | |
249 _hash=0; | |
250 | |
1038
b71ad168fe34
rename Buffer.length() to remaining()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1037
diff
changeset
|
251 int length=src.remaining(); |
1005 | 252 if (index + length > capacity()) |
253 { | |
254 length=capacity()-index; | |
255 /* | |
256 if (length<0) | |
257 throw new IllegalArgumentException("index>capacity(): " + index + ">" + capacity()); | |
258 */ | |
259 } | |
260 | |
261 byte[] src_array = src.array(); | |
262 byte[] dst_array = array(); | |
263 if (src_array != null && dst_array != null) | |
264 System.arraycopy(src_array, src.getIndex(), dst_array, index, length); | |
265 else if (src_array != null) | |
266 { | |
267 int s=src.getIndex(); | |
268 for (int i=0;i<length;i++) | |
269 poke(index++,src_array[s++]); | |
270 } | |
271 else if (dst_array != null) | |
272 { | |
273 int s=src.getIndex(); | |
274 for (int i=0;i<length;i++) | |
275 dst_array[index++]=src.peek(s++); | |
276 } | |
277 else | |
278 { | |
279 int s=src.getIndex(); | |
280 for (int i=0;i<length;i++) | |
281 poke(index++,src.peek(s++)); | |
282 } | |
283 | |
284 return length; | |
285 } | |
286 | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
287 |
1005 | 288 public int poke(int index, byte[] b, int offset, int length) |
289 { | |
290 _hash=0; | |
291 if (index + length > capacity()) | |
292 { | |
293 length=capacity()-index; | |
294 /* if (length<0) | |
295 throw new IllegalArgumentException("index>capacity(): " + index + ">" + capacity()); | |
296 */ | |
297 } | |
298 | |
299 byte[] dst_array = array(); | |
300 if (dst_array != null) | |
301 System.arraycopy(b, offset, dst_array, index, length); | |
302 else | |
303 { | |
304 int s=offset; | |
305 for (int i=0;i<length;i++) | |
306 poke(index++,b[s++]); | |
307 } | |
308 return length; | |
309 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
310 |
1005 | 311 public int put(Buffer src) |
312 { | |
313 int pi = putIndex(); | |
1019
f126d30e04a4
start replacing BufferCache with StringCache
Franklin Schmidt <fschmidt@gmail.com>
parents:
1010
diff
changeset
|
314 int l = poke(pi, src); |
1005 | 315 setPutIndex(pi + l); |
316 return l; | |
317 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
318 |
1005 | 319 public void put(byte b) |
320 { | |
321 int pi = putIndex(); | |
322 poke(pi, b); | |
323 setPutIndex(pi + 1); | |
324 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
325 |
1005 | 326 public int put(byte[] b, int offset, int length) |
327 { | |
328 int pi = putIndex(); | |
329 int l = poke(pi, b, offset, length); | |
330 setPutIndex(pi + l); | |
331 return l; | |
332 } | |
333 | |
334 public int put(byte[] b) | |
335 { | |
336 int pi = putIndex(); | |
337 int l = poke(pi, b, 0, b.length); | |
338 setPutIndex(pi + l); | |
339 return l; | |
340 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
341 |
1005 | 342 public final int putIndex() |
343 { | |
344 return _put; | |
345 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
346 |
1005 | 347 public void rewind() |
348 { | |
349 setGetIndex(0); | |
350 setMarkIndex(-1); | |
351 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
352 |
1005 | 353 public void setGetIndex(int getIndex) |
354 { | |
355 _get = getIndex; | |
356 _hash=0; | |
357 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
358 |
1005 | 359 public void setMarkIndex(int index) |
360 { | |
361 _mark = index; | |
362 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
363 |
1005 | 364 public void setPutIndex(int putIndex) |
365 { | |
366 _put = putIndex; | |
367 _hash=0; | |
368 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
369 |
1005 | 370 public int skip(int n) |
371 { | |
1038
b71ad168fe34
rename Buffer.length() to remaining()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1037
diff
changeset
|
372 if (remaining() < n) n = remaining(); |
1005 | 373 setGetIndex(getIndex() + n); |
374 return n; | |
375 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
376 |
1005 | 377 public Buffer slice() |
378 { | |
1038
b71ad168fe34
rename Buffer.length() to remaining()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1037
diff
changeset
|
379 return peek(getIndex(), remaining()); |
1005 | 380 } |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
381 |
1005 | 382 public Buffer sliceFromMark() |
383 { | |
384 return sliceFromMark(getIndex() - markIndex() - 1); | |
385 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
386 |
1005 | 387 public Buffer sliceFromMark(int length) |
388 { | |
389 if (markIndex() < 0) return null; | |
390 Buffer view = peek(markIndex(), length); | |
391 setMarkIndex(-1); | |
392 return view; | |
393 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
394 |
1005 | 395 public int space() |
396 { | |
397 return capacity() - _put; | |
398 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
399 |
1005 | 400 public String toDetailString() |
401 { | |
402 StringBuilder buf = new StringBuilder(); | |
403 buf.append("["); | |
404 buf.append(super.hashCode()); | |
405 buf.append(","); | |
406 buf.append(this.buffer().hashCode()); | |
407 buf.append(",m="); | |
408 buf.append(markIndex()); | |
409 buf.append(",g="); | |
410 buf.append(getIndex()); | |
411 buf.append(",p="); | |
412 buf.append(putIndex()); | |
413 buf.append(",c="); | |
414 buf.append(capacity()); | |
415 buf.append("]={"); | |
416 if (markIndex() >= 0) | |
417 { | |
418 for (int i = markIndex(); i < getIndex(); i++) | |
419 { | |
420 byte b = peek(i); | |
421 TypeUtil.toHex(b,buf); | |
422 } | |
423 buf.append("}{"); | |
424 } | |
425 int count = 0; | |
426 for (int i = getIndex(); i < putIndex(); i++) | |
427 { | |
428 byte b = peek(i); | |
429 TypeUtil.toHex(b,buf); | |
430 if (count++ == 50) | |
431 { | |
432 if (putIndex() - i > 20) | |
433 { | |
434 buf.append(" ... "); | |
435 i = putIndex() - 20; | |
436 } | |
437 } | |
438 } | |
439 buf.append('}'); | |
440 return buf.toString(); | |
441 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
442 |
1005 | 443 @Override |
444 public String toString() | |
445 { | |
1020
6be43ef1eb96
HttpHeaderValues uses StringCache
Franklin Schmidt <fschmidt@gmail.com>
parents:
1019
diff
changeset
|
446 return toString("ISO-8859-1"); |
1005 | 447 } |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
448 |
1019
f126d30e04a4
start replacing BufferCache with StringCache
Franklin Schmidt <fschmidt@gmail.com>
parents:
1010
diff
changeset
|
449 @Override |
1032 | 450 public final String toString(int index, int length) { |
451 return peek(index,length).toString(); | |
452 } | |
453 | |
454 @Override | |
1019
f126d30e04a4
start replacing BufferCache with StringCache
Franklin Schmidt <fschmidt@gmail.com>
parents:
1010
diff
changeset
|
455 public final String toString(String charset) |
1005 | 456 { |
457 try | |
458 { | |
459 byte[] bytes=array(); | |
460 if (bytes!=null) | |
1038
b71ad168fe34
rename Buffer.length() to remaining()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1037
diff
changeset
|
461 return new String(bytes,getIndex(),remaining(),charset); |
b71ad168fe34
rename Buffer.length() to remaining()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1037
diff
changeset
|
462 return new String(asArray(), 0, remaining(),charset); |
1005 | 463 |
464 } | |
465 catch(Exception e) | |
466 { | |
467 LOG.warn("",e); | |
1038
b71ad168fe34
rename Buffer.length() to remaining()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1037
diff
changeset
|
468 return new String(asArray(), 0, remaining()); |
1005 | 469 } |
470 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
471 |
1019
f126d30e04a4
start replacing BufferCache with StringCache
Franklin Schmidt <fschmidt@gmail.com>
parents:
1010
diff
changeset
|
472 @Override |
f126d30e04a4
start replacing BufferCache with StringCache
Franklin Schmidt <fschmidt@gmail.com>
parents:
1010
diff
changeset
|
473 public final String toString(Charset charset) |
1005 | 474 { |
475 try | |
476 { | |
477 byte[] bytes=array(); | |
478 if (bytes!=null) | |
1038
b71ad168fe34
rename Buffer.length() to remaining()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1037
diff
changeset
|
479 return new String(bytes,getIndex(),remaining(),charset); |
b71ad168fe34
rename Buffer.length() to remaining()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1037
diff
changeset
|
480 return new String(asArray(), 0, remaining(),charset); |
1005 | 481 } |
482 catch(Exception e) | |
483 { | |
484 LOG.warn("",e); | |
1038
b71ad168fe34
rename Buffer.length() to remaining()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1037
diff
changeset
|
485 return new String(asArray(), 0, remaining()); |
1005 | 486 } |
487 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
488 |
1005 | 489 /* ------------------------------------------------------------ */ |
490 public String toDebugString() | |
491 { | |
492 return getClass()+"@"+super.hashCode(); | |
493 } | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
494 |
1005 | 495 /* ------------------------------------------------------------ */ |
496 public int readFrom(InputStream in,int max) throws IOException | |
497 { | |
498 byte[] array = array(); | |
499 int s=space(); | |
500 if (s>max) | |
501 s=max; | |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
502 |
1005 | 503 if (array!=null) |
504 { | |
505 int l=in.read(array,_put,s); | |
506 if (l>0) | |
507 _put+=l; | |
508 return l; | |
509 } | |
510 else | |
511 { | |
512 byte[] buf=new byte[s>1024?1024:s]; | |
513 int total=0; | |
514 while (s>0) | |
515 { | |
516 int l=in.read(buf,0,buf.length); | |
517 if (l<0) | |
518 return total>0?total:-1; | |
519 int p=put(buf,0,l); | |
520 assert l==p; | |
521 s-=l; | |
522 } | |
523 return total; | |
524 } | |
525 } | |
1041
35e3c864d7a7
make View package local
Franklin Schmidt <fschmidt@gmail.com>
parents:
1040
diff
changeset
|
526 |
35e3c864d7a7
make View package local
Franklin Schmidt <fschmidt@gmail.com>
parents:
1040
diff
changeset
|
527 public final Buffer duplicate() { |
35e3c864d7a7
make View package local
Franklin Schmidt <fschmidt@gmail.com>
parents:
1040
diff
changeset
|
528 return new View(this); |
35e3c864d7a7
make View package local
Franklin Schmidt <fschmidt@gmail.com>
parents:
1040
diff
changeset
|
529 } |
802
3428c60d7cfc
replace jetty jars with source
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff
changeset
|
530 } |