Class NewPartition.ByteArrayData

java.lang.Object
com.here.platform.data.client.javadsl.NewPartition.ByteArrayData
All Implemented Interfaces:
NewPartition.BufferedBlob, com.here.platform.data.client.scaladsl.NewPartition.Blob, Serializable, scala.Equals, scala.Product
Enclosing class:
NewPartition

public static class NewPartition.ByteArrayData extends Object implements NewPartition.BufferedBlob, scala.Product, Serializable
Sets the data source to be a byte array.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    ByteArrayData(byte[] bytes)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.here.platform.data.client.scaladsl.NewPartition.BufferedBlob
     
    byte[]
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • ByteArrayData

      public ByteArrayData(byte[] bytes)
  • Method Details

    • bytes

      public byte[] bytes()
    • asScala

      public com.here.platform.data.client.scaladsl.NewPartition.BufferedBlob asScala()
      Specified by:
      asScala in interface NewPartition.BufferedBlob