Java org.apache.hadoop.io SecureIOUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.io SecureIOUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.io SecureIOUtils.

The text is from its open source code.

Method

FileOutputStreamcreateForWrite(File f, int permissions)
Open the specified File for write access, ensuring that it does not exist.
FileInputStreamopenForRead(File f, String expectedOwner, String expectedGroup)
Open the given File for read access, verifying the expected user/group constraints if security is enabled.