Class BytesArray

All Implemented Interfaces:
Comparable<BytesReference>, BytesReference, ToXContent, ToXContentFragment

public final class BytesArray extends AbstractBytesReference
  • Field Details

  • Constructor Details

    • BytesArray

      public BytesArray(String bytes)
    • BytesArray

      public BytesArray(org.apache.lucene.util.BytesRef bytesRef)
    • BytesArray

      public BytesArray(org.apache.lucene.util.BytesRef bytesRef, boolean deepCopy)
    • BytesArray

      public BytesArray(byte[] bytes)
    • BytesArray

      public BytesArray(byte[] bytes, int offset, int length)
  • Method Details