- java.lang.Object
-
- org.nfctools.snep.FragmentIterator
-
-
Constructor Summary
Constructors
| Constructor and Description |
FragmentIterator(byte[] data,
int maxFragmentSize) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
boolean |
hasNext() |
byte[] |
next() |
void |
remove() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface java.util.Iterator<byte[]>
-
next
public byte[] next()
- Specified by:
next in interface java.util.Iterator<byte[]>
-
remove
public void remove()
- Specified by:
remove in interface java.util.Iterator<byte[]>
Copyright © 2013. All Rights Reserved.