Toggle navigation
Home
org.apache.tomcat.util.buf.ByteChunk to java.nio.ByteBuffer
No. of Instances - 7
No. of Commits - 5
No. of Projects - {'tomcat'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
bb.getLength()
to
bb.remaining()
bb.getLength()
to
bb.remaining()
bb.getLength()
to
bb.remaining()
bb.getLimit()
to
bb.capacity()
buffered.getLength()
to
buffered.remaining()
tempRead.getLength()
to
tempRead
tempRead.getBytes()
to
tempRead
bb.getLength()
to
bb.remaining()
bb.getLength()
to
bb.remaining()
bb.getLength()
to
bb.remaining()
cb.getEnd()
to
cb.limit()
bb.getLength()
to
bb.remaining()
Other
>
to
!=
Rename Method invocation
getLimit
to
capacity
getLength
to
remaining
substract
to
get
Update argument list (Method invocation)
put
to
put