List of usage examples for java.io Closeable interface-usage
From source file org.iplantcollaborative.MessagePublisher.java
/** * * @author iychoi */ public class MessagePublisher implements Closeable {
From source file com.linkedin.pinot.core.segment.creator.impl.fwd.SingleValueUnsortedForwardIndexCreator.java
public class SingleValueUnsortedForwardIndexCreator implements Closeable, SingleValueForwardIndexCreator { private final File forwardIndexFile; private final FieldSpec spec; private int maxNumberOfBits = 0; private SingleColumnSingleValueWriter sVWriter;
From source file biospectra.verification.RandomReadSampler.java
/** * * @author iychoi */ public class RandomReadSampler implements Closeable {
From source file org.artifactory.storage.fs.VfsZipFile.java
/** * A wrapper on a zip resource around a vfs file. This class is non tread safe. */ public class VfsZipFile implements Closeable { private VfsFile vfsFile;
From source file androidrss.RSSReader.java
/**
* HTTP client to retrieve and parse RSS 2.0 feeds. Callers must call
* {@link androidrss.RSSReader#close()} to release all resources.
*
* @author Mr Horn
*/
From source file com.linkedin.pinot.core.segment.creator.impl.fwd.MultiValueUnsortedForwardIndexCreator.java
public class MultiValueUnsortedForwardIndexCreator implements MultiValueForwardIndexCreator, Closeable { private final File forwardIndexFile; private final FieldSpec spec; private int maxNumberOfBits = 0; private SingleColumnMultiValueWriter mVWriter;
From source file com.neoware.rss.RSSReader.java
/**
* HTTP client to retrieve and parse RSS 2.0 feeds. Callers must call
* {@link RSSReader#close()} to release all resources.
*
* @author Mr Horn
*/
From source file org.sct.app.rss.RSSReader.java
/**
* HTTP client to retrieve and parse RSS 2.0 feeds. Callers must call
* {@link RSSReader#close()} to release all resources.
*
* @author Mr Horn
*/
From source file com.test.database.jedis.pool.Pool.java
/**
* Pool.java
*
* Copyright (c) 2014, TP-Link Co.,Ltd.
* Author: liguangpu <liguangpu@tp-link.net>
* Created: Feb 3, 2015
From source file com.example.rssfeed.RSSReader.java
/**
* HTTP client to retrieve and parse RSS 2.0 feeds. Callers must call
* {@link RSSReader#close()} to release all resources.
*
* @author Mr Horn
*/