-
ca.eandb.jmist.framework.geometry.MeshBuilder.slice()
Slices the mesh at a given plane.
@param plane The Plane3
through which to slide the mesh.The region of the mesh below the plane will be kept.
@param cap A value indicating whether holes introduced by the operationshould be capped.
-
ca.eandb.jmist.framework.path.Path.slice()
-
com.android.dx.util.ByteArray.slice()
Returns a slice (that is, a sub-array) of this instance.
@param start {@code >= 0;} start index of the slice (inclusive)
@param end {@code >= start, <= size();} end index ofthe slice (exclusive)
@return {@code non-null;} the slice
-
com.facebook.presto.jdbc.internal.airlift.slice.DynamicSliceOutput.slice()
-
com.facebook.presto.jdbc.internal.netty.buffer.ChannelBuffer.slice()
Returns a slice of this buffer's readable bytes. Modifying the content of the returned buffer or this buffer affects each other's content while they maintain separate indexes and marks. This method is identical to {@code buf.slice(buf.readerIndex(), buf.readableBytes())}. This method does not modify {@code readerIndex} or {@code writerIndex} ofthis buffer.
-
com.google.common.io.ByteSource.slice()
Returns a view of a slice of this byte source that is at most {@code length} bytes longstarting at the given {@code offset}.
@throws IllegalArgumentException if {@code offset} or {@code length} is negative
-
com.google.gwt.gears.client.blob.Blob.slice()
Extracts a subset of the current Blob and returns it as a new Blob.
@param offset The position of the first byte to extract.
@return A new Blob containing the specified subset.
-
com.taobao.metamorphosis.server.store.MessageStore.slice()
����offset��maxSize��������MessageSet, ��offset�������offset��ʱ��null�� ��offsetС����Сoffset��ʱ���׳�ArrayIndexOutOfBounds�쳣
@param offset
@param maxSize
@return
@throws IOException
-
com.topologi.diffx.sequence.SequenceSlicer.slice()
Slices the start and end of both sequences.
Equivalent to successive calls to sliceStart()
and sliceEnd()
.
@throws IllegalStateException If the start buffer is not empty.
-
de.arago.portlet.util.Paginator.slice()
-
de.jungblut.math.DoubleVector.slice()
-
io.airlift.slice.DynamicSliceOutput.slice()
-
io.airlift.slice.Slice.slice()
Creates an empty slice.
-
io.airlift.slice.SliceOutput.slice()
Returns a slice of this buffer's readable bytes. Modifying the content of the returned buffer or this buffer affects each other's content while they maintain separate indexes and marks. This method is identical to {@code buf.slice(buf.readerIndex(), buf.readableBytes())}. This method does not modify {@code readerIndex} or {@code writerIndex} ofthis buffer.
-
io.netty.buffer.ByteBuf.slice()
Returns a slice of this buffer's readable bytes. Modifying the content of the returned buffer or this buffer affects each other's content while they maintain separate indexes and marks. This method is identical to {@code buf.slice(buf.readerIndex(), buf.readableBytes())}. This method does not modify {@code readerIndex} or {@code writerIndex} ofthis buffer.
-
io.netty.buffer.ChannelBuffer.slice()
-
io.netty.buffer.CompositeByteBuf.slice()
-
java.nio.ByteBuffer.slice()
Returns a sliced buffer that shares content with this buffer.
The sliced buffer's capacity will be this buffer's remaining()
, and its zero position will correspond to this buffer's current position. The new buffer's position will be 0, limit will be its capacity, and its mark is unset. The new buffer's readonly property and byte order are same as this buffer.
The new buffer shares content with this buffer, which means either buffer's change of content will be visible to the other. The two buffer's position, limit and mark are independent.
@return A sliced buffer that shares content with this buffer.
-
java.nio.CharBuffer.slice()
Returns a sliced buffer that shares content with this buffer.
The sliced buffer's capacity will be this buffer's remaining()
, and its zero position will correspond to this buffer's current position. The new buffer's position will be 0, limit will be its capacity, and its mark is unset. The new buffer's readonly property and byte order are same as this buffer.
The new buffer shares content with this buffer, which means either buffer's change of content will be visible to the other. The two buffer's position, limit and mark are independent.
@return A sliced buffer that shares content with this buffer.
-
java.nio.IntBuffer.slice()
Returns a sliced buffer that shares content with this buffer.
The sliced buffer's capacity will be this buffer's remaining()
, and its zero position will correspond to this buffer's current position. The new buffer's position will be 0, limit will be its capacity, and its mark is unset. The new buffer's readonly property and byte order are same as this buffer.
The new buffer shares content with this buffer, which means either buffer's change of content will be visible to the other. The two buffer's position, limit and mark are independent.
@return A sliced buffer that shares content with this buffer.
-
java.nio.MappedByteBuffer.slice()
-
jnr.ffi.Pointer.slice()
Creates a new {@code Pointer} representing a sub-region of the memoryreferred to by this {@code Pointer}.
@param offset the offset from the start of the memory this {@code Pointer}represents at which the new {@code Pointer} will start.
@return a {@code Pointer} instance representing the new sub-region.
-
mikera.arrayz.Array.slice()
-
mikera.arrayz.INDArray.slice()
Returns the specified major slice of this array as a view (slice along dimension 0) 0 dimensional slice results are permitted, but attempting to slice a 0 dimensional array will result in an error.
-
mikera.arrayz.NDArray.slice()
-
mondrian.calc.TupleList.slice()
Returns a list of the members at a given column.
The list is modifiable if and only if this TupleList is modifiable. Adding an element to a slice will create a tuple whose members in other columns are null. Removing an element from a slicer will remove a tuple.
@param column Ordinal of the member in each tuple to project
@return List of members
@throws IllegalArgumentException if column is not less than arity
-
net.gleamynode.netty.buffer.ChannelBuffer.slice()
-
net.openhft.lang.io.ByteBufferBytes.slice()
-
net.sf.cindy.Buffer.slice()
-
org.activeio.Packet.slice()
-
org.apache.activeio.packet.Packet.slice()
-
org.apache.cassandra.db.composites.CellName.slice()
-
org.apache.hama.commons.math.DenseDoubleVector.slice()
-
org.apache.hama.commons.math.DoubleVector.slice()
Validates the input and slices this vector from index 0 to the given length.
@param length must be > 0 and smaller than the dimension of the vector.
@return a new vector that is only length long.
-
org.apache.hama.ml.math.DenseDoubleVector.slice()
-
org.apache.hama.ml.math.DoubleVector.slice()
Slices this vector from index 0 to the given length.
@param length must be > 0 and smaller than the dimension of the vector.
@return a new vector that is only length long.
-
org.asteriskjava.iax.util.ByteBuffer.slice()
slice
@return ByteBuffer
-
org.glassfish.grizzly.Buffer.slice()
Creates a new
Buffer
whose content is a shared subsequence of this buffer's content.
The content of the new buffer will start at this buffer's current position. Changes to this buffer's content will be visible in the new buffer, and vice versa; the two buffers' position, limit, and mark values will be independent.
The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer, and its mark will be undefined. The new buffer will be direct if, and only if, this buffer is direct, and it will be read-only if, and only if, this buffer is read-only.
@return The new
Buffer
-
org.iq80.leveldb.util.DynamicSliceOutput.slice()
-
org.iq80.leveldb.util.Slice.slice()
-
org.iq80.leveldb.util.SliceOutput.slice()
Returns a slice of this buffer's readable bytes. Modifying the content of the returned buffer or this buffer affects each other's content while they maintain separate indexes and marks. This method is identical to {@code buf.slice(buf.readerIndex(), buf.readableBytes())}. This method does not modify {@code readerIndex} or {@code writerIndex} ofthis buffer.
-
org.jboss.netty.buffer.ChannelBuffer.slice()
Returns a slice of this buffer's readable bytes. Modifying the content of the returned buffer or this buffer affects each other's content while they maintain separate indexes and marks. This method is identical to {@code buf.slice(buf.readerIndex(), buf.readableBytes())}.
-
org.jclouds.io.PayloadSlicer.slice()
Returns a {@link Payload} that returns input streams from the an underlying payload, whereeach stream starts at the given offset and is limited to the specified number of bytes.
@param input the payload from which to get the raw streams
@param offset the offset in bytes into the underlying stream where the returned streams will start
@param length the maximum length of the returned streams
@throws IllegalArgumentException if offset or length are negative
-
org.msgpack.core.buffer.MessageBuffer.slice()
-
reactor.io.Buffer.slice()
Create a copy of the given range.
@param start start of the range.
@param len end of the range.
@return A new {@link Buffer}, constructed from the contents of the given range.
-
tkuri.uty.Bs.slice()
-
xerial.larray.LIntArray.slice()