Update API
Change-Id: Ia1c913d1508d80489fcc0e01e5d10f72f8f9af5c
diff --git a/api/current.txt b/api/current.txt
index 799ad0f..4f22c3d 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -9539,6 +9539,7 @@
method public java.lang.String[] getNames() throws java.io.IOException;
method public java.io.InputStream openRead(java.lang.String) throws java.io.IOException;
method public java.io.OutputStream openWrite(java.lang.String, long, long) throws java.io.IOException;
+ method public void removeSplit(java.lang.String) throws java.io.IOException;
method public void setStagingProgress(float);
}
diff --git a/api/system-current.txt b/api/system-current.txt
index 9a84d1a..fc0a9612 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -9873,6 +9873,7 @@
method public java.lang.String[] getNames() throws java.io.IOException;
method public java.io.InputStream openRead(java.lang.String) throws java.io.IOException;
method public java.io.OutputStream openWrite(java.lang.String, long, long) throws java.io.IOException;
+ method public void removeSplit(java.lang.String) throws java.io.IOException;
method public void setStagingProgress(float);
}
diff --git a/api/test-current.txt b/api/test-current.txt
index f18f4e1..d8641a0 100644
--- a/api/test-current.txt
+++ b/api/test-current.txt
@@ -9548,6 +9548,7 @@
method public java.lang.String[] getNames() throws java.io.IOException;
method public java.io.InputStream openRead(java.lang.String) throws java.io.IOException;
method public java.io.OutputStream openWrite(java.lang.String, long, long) throws java.io.IOException;
+ method public void removeSplit(java.lang.String) throws java.io.IOException;
method public void setStagingProgress(float);
}