public enum WireInternal extends Enum<WireInternal>
| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum<E>> |
internEnum(@NotNull Class<E> eClass,
@NotNull CharSequence cs) |
static void |
rawReadData(@NotNull WireIn wireIn,
@NotNull ReadMarshallable dataConsumer) |
static boolean |
readData(long offset,
@NotNull WireIn wireIn,
@Nullable ReadMarshallable metaDataConsumer,
@Nullable ReadMarshallable dataConsumer) |
static boolean |
readData(@NotNull WireIn wireIn,
@Nullable ReadMarshallable metaDataConsumer,
@Nullable ReadMarshallable dataConsumer) |
static Throwable |
throwable(@NotNull ValueIn valueIn,
boolean appendCurrentStack) |
protected static Throwable |
throwable(@NotNull ValueIn valueIn,
boolean appendCurrentStack,
Throwable throwable) |
static WireInternal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WireInternal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static long |
writeData(@NotNull WireOut wireOut,
boolean metaData,
boolean notComplete,
@NotNull WriteMarshallable writer) |
public static WireInternal[] values()
for (WireInternal c : WireInternal.values()) System.out.println(c);
public static WireInternal valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@NotNull public static <E extends Enum<E>> E internEnum(@NotNull @NotNull Class<E> eClass, @NotNull @NotNull CharSequence cs)
public static long writeData(@NotNull
@NotNull WireOut wireOut,
boolean metaData,
boolean notComplete,
@NotNull
@NotNull WriteMarshallable writer)
throws net.openhft.chronicle.core.io.InvalidMarshallableException
net.openhft.chronicle.core.io.InvalidMarshallableExceptionpublic static boolean readData(long offset,
@NotNull
@NotNull WireIn wireIn,
@Nullable
@Nullable ReadMarshallable metaDataConsumer,
@Nullable
@Nullable ReadMarshallable dataConsumer)
throws net.openhft.chronicle.core.io.InvalidMarshallableException
net.openhft.chronicle.core.io.InvalidMarshallableExceptionpublic static boolean readData(@NotNull
@NotNull WireIn wireIn,
@Nullable
@Nullable ReadMarshallable metaDataConsumer,
@Nullable
@Nullable ReadMarshallable dataConsumer)
throws net.openhft.chronicle.core.io.InvalidMarshallableException
net.openhft.chronicle.core.io.InvalidMarshallableExceptionpublic static void rawReadData(@NotNull
@NotNull WireIn wireIn,
@NotNull
@NotNull ReadMarshallable dataConsumer)
throws net.openhft.chronicle.core.io.InvalidMarshallableException
net.openhft.chronicle.core.io.InvalidMarshallableExceptionpublic static Throwable throwable(@NotNull @NotNull ValueIn valueIn, boolean appendCurrentStack) throws net.openhft.chronicle.core.io.InvalidMarshallableException
net.openhft.chronicle.core.io.InvalidMarshallableExceptionCopyright © 2023. All rights reserved.