public class BitSetExternalizer extends Object implements Externalizer<BitSet>
| Constructor and Description |
|---|
BitSetExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
Class<BitSet> |
getTargetClass() |
BitSet |
readObject(ObjectInput input) |
OptionalInt |
size(BitSet set) |
void |
writeObject(ObjectOutput output,
BitSet set) |
public void writeObject(ObjectOutput output, BitSet set) throws IOException
writeObject in interface Externalizer<BitSet>IOExceptionpublic BitSet readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject in interface Externalizer<BitSet>IOExceptionClassNotFoundExceptionpublic OptionalInt size(BitSet set)
size in interface Externalizer<BitSet>public Class<BitSet> getTargetClass()
getTargetClass in interface Externalizer<BitSet>Copyright © 2021 JBoss by Red Hat. All rights reserved.