public class BookmarksIO extends Object
| Constructor and Description |
|---|
BookmarksIO()
|
public static List<Bookmark > read(Path path) throws IOException
IOException
public static List<Bookmark > read(InputStream is) throws IOException
IOException
public static void write(Pathpath, List <Bookmark > bookmarks) throws IOException
IOException
public static void write(OutputStreamos, List <Bookmark > bookmarks) throws IOException
IOException