public class HttpServletEntityByteSequence extends java.lang.Object implements ByteSequence
ByteSequence for the HttpServletRequest entity.EMPTY| Constructor and Description |
|---|
HttpServletEntityByteSequence(javax.servlet.http.HttpServletRequest request)
Instantiate.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
byteAt(int index) |
int |
length() |
public HttpServletEntityByteSequence(javax.servlet.http.HttpServletRequest request)
request - HttpServletRequest.public byte byteAt(int index)
byteAt in interface ByteSequencepublic int length()
length in interface ByteSequenceCopyright © 2005–2019. All rights reserved.