Home
last modified time | relevance | path

Searched defs:toByteBuffer (Results 1 – 25 of 42) sorted by relevance

12

/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-api/src/main/java/de/lmu/ifi/dbs/elki/data/type/
H A DTypeInformationSerializer.java87 …public void toByteBuffer(ByteBuffer buffer, TypeInformation object) throws IOException, Unsupporte… in toByteBuffer() method in TypeInformationSerializer
168 …public void toByteBuffer(ByteBuffer buffer, SimpleTypeInformation<?> object) throws IOException, U… in toByteBuffer() method in TypeInformationSerializer.SimpleTypeSerializer
250 …public void toByteBuffer(ByteBuffer buffer, VectorTypeInformation<?> object) throws IOException, U… in toByteBuffer() method in TypeInformationSerializer.VectorTypeSerializer
351 …public void toByteBuffer(ByteBuffer buffer, VectorFieldTypeInformation<?> object) throws IOExcepti… in toByteBuffer() method in TypeInformationSerializer.VectorFieldTypeSerializer
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-util/src/main/java/de/lmu/ifi/dbs/elki/utilities/io/
H A DByteArrayUtil.java279 public void toByteBuffer(ByteBuffer buffer, Byte obj) { in toByteBuffer() method in ByteArrayUtil.ByteSerializer
316 public void toByteBuffer(ByteBuffer buffer, Short obj) { in toByteBuffer() method in ByteArrayUtil.ShortSerializer
353 public void toByteBuffer(ByteBuffer buffer, Integer obj) { in toByteBuffer() method in ByteArrayUtil.IntegerSerializer
390 public void toByteBuffer(ByteBuffer buffer, Long obj) { in toByteBuffer() method in ByteArrayUtil.LongSerializer
427 public void toByteBuffer(ByteBuffer buffer, Float obj) { in toByteBuffer() method in ByteArrayUtil.FloatSerializer
464 public void toByteBuffer(ByteBuffer buffer, Double obj) { in toByteBuffer() method in ByteArrayUtil.DoubleSerializer
521 public void toByteBuffer(ByteBuffer buffer, String obj) throws IOException { in toByteBuffer() method in ByteArrayUtil.StringSerializer
555 public void toByteBuffer(ByteBuffer buffer, Integer obj) { in toByteBuffer() method in ByteArrayUtil.VarintSerializer
H A DByteBufferSerializer.java57 void toByteBuffer(ByteBuffer buffer, T object) throws IOException, UnsupportedOperationException; in toByteBuffer() method
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-data/src/main/java/de/lmu/ifi/dbs/elki/data/
H A DIntegerVector.java218 public void toByteBuffer(ByteBuffer buffer, IntegerVector vec) throws IOException { in toByteBuffer() method in IntegerVector.SmallSerializer
256 public void toByteBuffer(ByteBuffer buffer, IntegerVector vec) throws IOException { in toByteBuffer() method in IntegerVector.SmallSerializer
292 public void toByteBuffer(ByteBuffer buffer, IntegerVector vec) throws IOException { in toByteBuffer() method in IntegerVector.SmallSerializer
H A DFloatVector.java203 public void toByteBuffer(ByteBuffer buffer, FloatVector vec) throws IOException { in toByteBuffer() method in FloatVector.SmallSerializer
241 public void toByteBuffer(ByteBuffer buffer, FloatVector vec) throws IOException { in toByteBuffer() method in FloatVector.SmallSerializer
277 public void toByteBuffer(ByteBuffer buffer, FloatVector vec) throws IOException { in toByteBuffer() method in FloatVector.SmallSerializer
H A DDoubleVector.java221 public void toByteBuffer(ByteBuffer buffer, DoubleVector vec) throws IOException { in toByteBuffer() method in DoubleVector.SmallSerializer
260 public void toByteBuffer(ByteBuffer buffer, DoubleVector vec) throws IOException { in toByteBuffer() method in DoubleVector.SmallSerializer
296 public void toByteBuffer(ByteBuffer buffer, DoubleVector vec) throws IOException { in toByteBuffer() method in DoubleVector.SmallSerializer
H A DByteVector.java215 public void toByteBuffer(ByteBuffer buffer, ByteVector vec) throws IOException { in toByteBuffer() method in ByteVector.SmallSerializer
253 public void toByteBuffer(ByteBuffer buffer, ByteVector vec) throws IOException { in toByteBuffer() method in ByteVector.SmallSerializer
H A DShortVector.java226 public void toByteBuffer(ByteBuffer buffer, ShortVector vec) throws IOException { in toByteBuffer() method in ShortVector.ShortSerializer
262 public void toByteBuffer(ByteBuffer buffer, ShortVector vec) throws IOException { in toByteBuffer() method in ShortVector.ShortSerializer
H A DSimpleClassLabel.java106 public void toByteBuffer(ByteBuffer buffer, SimpleClassLabel object) throws IOException { in toByteBuffer() method in SimpleClassLabel.Serializer
H A DLabelList.java134 public void toByteBuffer(ByteBuffer buffer, LabelList object) throws IOException { in toByteBuffer() method in LabelList.Serializer
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/util/
H A DByteBufferOutputStream.scala56 def toByteBuffer: ByteBuffer = { method
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/plugins/utils/
H A DPooledByteBuffer.java33 toByteBuffer(); in toByteBuffer() method
/dports/multimedia/assimp/assimp-5.1.3/port/jassimp/jassimp/src/jassimp/
H A DAiMatrix4f.java103 public FloatBuffer toByteBuffer() { in toByteBuffer() method in AiMatrix4f
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/port/jassimp/jassimp/src/jassimp/
H A DAiMatrix4f.java103 public FloatBuffer toByteBuffer() { in toByteBuffer() method in AiMatrix4f
/dports/misc/py-xgboost/xgboost-1.5.1/jvm-packages/xgboost4j/src/main/scala/ml/dmlc/xgboost4j/scala/rabit/util/
H A DLinkMap.scala44 def toByteBuffer(worldSize: Int): ByteBuffer = { method
/dports/misc/xgboost/xgboost-1.5.1/jvm-packages/xgboost4j/src/main/scala/ml/dmlc/xgboost4j/scala/rabit/util/
H A DLinkMap.scala44 def toByteBuffer(worldSize: Int): ByteBuffer = { method
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/utils/
H A DPooledByteBufferImpl.java92 toByteBuffer() in toByteBuffer() method in PooledByteBufferImpl
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/util/io/
H A DChunkedByteBuffer.scala97 def toByteBuffer: ByteBuffer = { method
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-dbids-int/src/main/java/de/lmu/ifi/dbs/elki/database/ids/integer/
H A DIntegerDBID.java264 public void toByteBuffer(ByteBuffer buffer, DBID object) throws IOException { in toByteBuffer() method in IntegerDBID.DynamicSerializer
293 public void toByteBuffer(ByteBuffer buffer, DBID object) throws IOException { in toByteBuffer() method in IntegerDBID.StaticSerializer
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/module/
H A DModuleInfoWriter.java186 public static ByteBuffer toByteBuffer(ModuleDescriptor descriptor) { in toByteBuffer() method in ModuleInfoWriter
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/module/
H A DModuleInfoWriter.java186 public static ByteBuffer toByteBuffer(ModuleDescriptor descriptor) { in toByteBuffer() method in ModuleInfoWriter
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/module/
H A DModuleInfoWriter.java194 public static ByteBuffer toByteBuffer(ModuleDescriptor descriptor) { in toByteBuffer() method in ModuleInfoWriter
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/module/
H A DModuleInfoWriter.java194 public static ByteBuffer toByteBuffer(ModuleDescriptor descriptor) { in toByteBuffer() method in ModuleInfoWriter
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/jdk/internal/net/http/frame/
H A DSettingsFrame.java138 void toByteBuffer(ByteBuffer buf) { in toByteBuffer() method in SettingsFrame
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.net.http/share/classes/jdk/internal/net/http/frame/
H A DSettingsFrame.java138 void toByteBuffer(ByteBuffer buf) { in toByteBuffer() method in SettingsFrame

12