| | |
| | | * |
| | | * CDDL HEADER END |
| | | * |
| | | * Copyright 2011 ForgeRock AS |
| | | * Copyright 2011-2012 ForgeRock AS |
| | | */ |
| | | |
| | | package org.forgerock.opendj.ldif; |
| | |
| | | |
| | | |
| | | @Override |
| | | public ChangeRecord readChangeRecord() throws IOException, |
| | | NoSuchElementException |
| | | public ChangeRecord readChangeRecord() throws IOException |
| | | { |
| | | if (sourceEntry != null && targetEntry != null) |
| | | { |
| | |
| | | |
| | | |
| | | @Override |
| | | public Entry readEntry() throws IOException, NoSuchElementException |
| | | public Entry readEntry() throws IOException |
| | | { |
| | | return iterator.next(); |
| | | } |
| | |
| | | |
| | | |
| | | |
| | | public Entry readEntry() throws IOException, NoSuchElementException |
| | | public Entry readEntry() throws IOException |
| | | { |
| | | if (hasNext()) |
| | | { |