Hazelcast .NET
Search Results for

    Show / Hide Table of Contents

    IObjectDataInput Interface

    Namespace: Hazelcast.Serialization
    Assembly: Hazelcast.Net.dll

    Provides decoding methods for primitive and array of primitive types reading from the serialized byte array.

    public interface IObjectDataInput

    Properties

    Endianness

    The configured endianness via Endianness

    Methods

    Read(Byte[])

    Reads into byte array bytes as much as possible to fill the provided array.

    Read(Byte[], Int32, Int32)

    Reads into byte array bytes starting from the offset value. As much as count bytes will be written if there is available content.

    ReadBoolean()

    Reads and return a bool value.

    ReadBooleanArray()

    Reads and return a bool array

    ReadByte()

    Reads and return an unsigned byte.

    ReadByteArray()

    Reads and return byte array

    ReadChar()

    Reads and return a char value

    ReadCharArray()

    Reads and return a char array

    ReadDouble()

    Reads and return double value

    ReadDoubleArray()

    Reads and return double array

    ReadFloat()

    Reads and return a float value

    ReadFloatArray()

    Reads and return a float array

    ReadInt()

    Read and return a signed integer value

    ReadIntArray()

    Reads and return an int array

    ReadLong()

    Reads and return a signed long value

    ReadLongArray()

    Reads and return long array

    ReadObject<T>()

    Reads and return the object

    ReadSByte()

    Reads and return a signed byte value

    ReadShort()

    Reads and return a signed short value.

    ReadShortArray()

    Reads and return a short array

    ReadString()

    Reads and return a UTF-8 encoded string

    ReadStringArray()

    Reads and return utf-8 encoded string array

    ReadUShort()

    Read and return am unsigned short value

    SkipBytes(Int32)

    Tries Skips count number of bytes if possible.

    In This Article
    Back to top Copyright © 2010-2021 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.