Uses of Class
org.aoju.bus.core.io.Segment
Packages that use Segment
Package
Description
IO相关封装和工具类,包括Inputstream和OutputStream实现类和Buffer处理等
-
Uses of Segment in org.aoju.bus.core.io
Fields in org.aoju.bus.core.io declared as SegmentModifier and TypeFieldDescriptionstatic SegmentLifeCycle.nextSingly-linked list of segmentsSegment.next链表或循环链表中的下一段.Segment.prev循环链表中的前一段.Methods in org.aoju.bus.core.io that return SegmentModifier and TypeMethodDescriptionfinal SegmentSegment.pop()Removes this segment of a circularly-linked list and returns its successor.final SegmentAppendssegmentafter this segment in the circularly-linked list.final SegmentSegment.sharedCopy()Returns a new segment that shares the underlying byte array with this.final SegmentSegment.split(int byteCount) Splits this head of a circularly-linked list into two segments.static SegmentLifeCycle.take()final SegmentSegment.unsharedCopy()Returns a new segment that its own private copy of the underlying byte array.Methods in org.aoju.bus.core.io with parameters of type Segment -
Uses of Segment in org.aoju.bus.core.io.buffer
Fields in org.aoju.bus.core.io.buffer declared as SegmentMethods in org.aoju.bus.core.io.buffer that return Segment