Java Stream Close closeImage()

Here you can find the source of closeImage()

Description

close Image

License

Apache License

Declaration

public static void closeImage() throws IOException 

Method Source Code

//package com.java2s;
//License from project: Apache License 

import java.io.IOException;
import java.io.RandomAccessFile;

public class Main {
    private static RandomAccessFile stream;

    public static void closeImage() throws IOException {
        stream.close();//from w  ww  .j a va 2 s  .  c  o m
    }
}

Related

  1. closeIgnoreExceptions(Closeable stream)
  2. closeIgnoreIOEx(ByteArrayOutputStream baos)
  3. closeIgnoringException(final Closeable closeable)
  4. closeIgnoringExceptions(Closeable c)
  5. closeIgnoringExceptions(Closeable c)
  6. closeIncludeGuard(String name, PrintWriter writer)
  7. closeInput(InputStream src)
  8. closeInputStream(DataInputStream di)
  9. closeInputStream(InputStream in)