public interface RuntimeRawExtensionFluent<A extends RuntimeRawExtensionFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
A |
addAllToRaw(Collection<Byte> items) |
A |
addNewRaw(byte arg1) |
A |
addNewRaw(String arg1) |
A |
addToRaw(Byte... items) |
A |
addToRaw(int index,
Byte item) |
byte[] |
getRaw() |
Boolean |
hasRaw() |
A |
removeAllFromRaw(Collection<Byte> items) |
A |
removeFromRaw(Byte... items) |
A |
setToRaw(int index,
Byte item) |
A |
withRaw(byte... raw) |
A withRaw(byte... raw)
byte[] getRaw()
A addAllToRaw(Collection<Byte> items)
A removeAllFromRaw(Collection<Byte> items)
Boolean hasRaw()
A addNewRaw(byte arg1)
Copyright © 2018. All rights reserved.